Shades of Heliotrope #CB62FA
Tints of Heliotrope #CB62FA
RGB
CMYK
RGB Variations
Color information
#CB62FA (or 0xCB62FA) is known color: Heliotrope. HEX triplet: CB, 62 and FA. RGB value is (203,98,250). Sum of RGB (Red+Green+Blue) = 203+98+250=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 98 (38.67% from 255 or 17.79% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB62FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62FA is #349D05. Grayscale: #929292. Windows color (decimal): -3448070 or 16409291. OLE color: 16409291.
HSL color Cylindrical-coordinate representation of color #CB62FA: hue angle of 281.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB62FA is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 98 | 250 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.02 |
| HSL | 281.45º | 0.94% | 0.68% | - |
| HSV(B) | 281.45º | 0.61% | 0.98% | - |
| XYZ | 46.25 | 28.33 | 93.47 | - |
| YUV | 146.72 | 186.29 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 250 | 0.19 | 0.61 | 0 | 0.02 | 281.45 | 0.94 | 0.68 |
| Hex | CB | 62 | FA | 13 | 3D | 0 | 2 | 119 | 5E | 44 |
| Octal | 313 | 142 | 372 | 23 | 75 | 0 | 2 | 431 | 136 | 104 |
| Binary | 11001011 | 1100010 | 11111010 | 10011 | 111101 | 0 | 10 | 100011001 | 1011110 | 1000100 |
Color Harmonies of #CB62FA
Complementary color
Monochromatic Colors of #CB62FA
Black with #CB62FA
Text Example
Text Example
White with #CB62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62FA; }
p { color: rgb(203,98,250); }
H1.HeaderClassName
{
color: #CB62FA;
}
.AnyTagClassName
{
color: #CB62FA;
}
</style>
background-color css
<style>
a { background-color: #CB62FA; }
a { background-color: rgb(203,98,250); }
div.DivClassName
{
background-color: #CB62FA;
}
.BgClassName
{
background-color: #CB62FA;
}
</style>
border-color css
<style>
span { border-color: #CB62FA; }
span { border-color: rgb(203,98,250); }
td.TdClassName
{
border-color: #CB62FA;
}
.TagClassName
{
border-color: #CB62FA;
}
</style>