Pantone to RGB Converter
查找任何潘通(PMS)色碼的RGB、HEX和CMYK等效值。
已選取的 Pantone
色彩數值
準備搜尋
輸入 Pantone 代碼(例如「Orange 021」、「185」、「Cool Gray」)以尋找其數位等效值。
關於Pantone轉RGB轉換
Converting Pantone (PMS) colors to RGB is essential for designers translating print branding to digital interfaces (websites, apps, and social media). While Pantone is a subtractive color model used in printing (CMYK), RGB is an additive color model used for screen displays.
由於色彩產生的物理方式不同(反射光 vs 發射光),完美匹配並非總是可行。我們的工具使用最準確的可用數據,為您的 Pantone 色彩提供最接近的 RGB 值。
常見Pantone轉RGB轉換
常見問題
為什麼RGB顏色看起來和我的印刷潘通色卡不完全一樣?
螢幕發射光線(RGB),而紙張反射光線(CMYK/潘通色)。一些鮮豔的潘通色(尤其是霓虹色或金屬色)超出了標準sRGB色域,無法在標準顯示器上完美重現。
如何在CSS中使用這些RGB數值?
You can use the RGB values directly in your CSS like this: color: rgb(255, 0, 0); or convert them to HEX if you prefer.