Shades of Heliotrope #CB62FF
Tints of Heliotrope #CB62FF
RGB
CMYK
RGB Variations
Color information
#CB62FF (or 0xCB62FF) is known color: Heliotrope. HEX triplet: CB, 62 and FF. RGB value is (203,98,255). Sum of RGB (Red+Green+Blue) = 203+98+255=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB62FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB62FF is #349D00. Grayscale: #929292. Windows color (decimal): -3448065 or 16736971. OLE color: 16736971.
HSL color Cylindrical-coordinate representation of color #CB62FF: hue angle of 280.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB62FF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 98 | 255 | - |
| CMYK | 0.20 | 0.62 | 0 | 0 |
| HSL | 280.13º | 1% | 0.69% | - |
| HSV(B) | 280.13º | 0.62% | 1% | - |
| XYZ | 47.05 | 28.65 | 97.66 | - |
| YUV | 147.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 255 | 0.20 | 0.62 | 0 | 0 | 280.13 | 1 | 0.69 |
| Hex | CB | 62 | FF | 14 | 3E | 0 | 0 | 118 | 64 | 45 |
| Octal | 313 | 142 | 377 | 24 | 76 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001011 | 1100010 | 11111111 | 10100 | 111110 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CB62FF
Complementary color
Monochromatic Colors of #CB62FF
Black with #CB62FF
Text Example
Text Example
White with #CB62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62FF; }
p { color: rgb(203,98,255); }
H1.HeaderClassName
{
color: #CB62FF;
}
.AnyTagClassName
{
color: #CB62FF;
}
</style>
background-color css
<style>
a { background-color: #CB62FF; }
a { background-color: rgb(203,98,255); }
div.DivClassName
{
background-color: #CB62FF;
}
.BgClassName
{
background-color: #CB62FF;
}
</style>
border-color css
<style>
span { border-color: #CB62FF; }
span { border-color: rgb(203,98,255); }
td.TdClassName
{
border-color: #CB62FF;
}
.TagClassName
{
border-color: #CB62FF;
}
</style>