Pantone to RGB Converter
任意のPantone(PMS)カラーコードのRGB、HEX、CMYK相当値を検索。
選択されたパントン
カラー値
検索準備完了
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.
色の生成方法(反射光と発光)における物理的な違いのため、完全一致が常に可能とは限りません。当ツールは利用可能な最も正確なデータを使用して、Pantoneカラーに最も近いRGB値を提供します。
一般的なパントーンからRGBへの変換
よくある質問
なぜRGBカラーは印刷されたPantoneチップと完全に一致しないのか?
画面は光を発し(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.