Shades of Heliotrope #CB6EEC
Tints of Heliotrope #CB6EEC
RGB
CMYK
RGB Variations
Color information
#CB6EEC (or 0xCB6EEC) is known color: Heliotrope. HEX triplet: CB, 6E and EC. RGB value is (203,110,236). Sum of RGB (Red+Green+Blue) = 203+110+236=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EEC is #349113. Grayscale: #979797. Windows color (decimal): -3445012 or 15494859. OLE color: 15494859.
HSL color Cylindrical-coordinate representation of color #CB6EEC: hue angle of 284.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6EEC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 110 | 236 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 284.29º | 0.77% | 0.68% | - |
| HSV(B) | 284.29º | 0.53% | 0.93% | - |
| XYZ | 45.34 | 29.9 | 82.74 | - |
| YUV | 152.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 236 | 0.14 | 0.53 | 0 | 0.07 | 284.29 | 0.77 | 0.68 |
| Hex | CB | 6E | EC | E | 35 | 0 | 7 | 11C | 4D | 44 |
| Octal | 313 | 156 | 354 | 16 | 65 | 0 | 7 | 434 | 115 | 104 |
| Binary | 11001011 | 1101110 | 11101100 | 1110 | 110101 | 0 | 111 | 100011100 | 1001101 | 1000100 |
Color Harmonies of #CB6EEC
Complementary color
Monochromatic Colors of #CB6EEC
Black with #CB6EEC
Text Example
Text Example
White with #CB6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EEC; }
p { color: rgb(203,110,236); }
H1.HeaderClassName
{
color: #CB6EEC;
}
.AnyTagClassName
{
color: #CB6EEC;
}
</style>
background-color css
<style>
a { background-color: #CB6EEC; }
a { background-color: rgb(203,110,236); }
div.DivClassName
{
background-color: #CB6EEC;
}
.BgClassName
{
background-color: #CB6EEC;
}
</style>
border-color css
<style>
span { border-color: #CB6EEC; }
span { border-color: rgb(203,110,236); }
td.TdClassName
{
border-color: #CB6EEC;
}
.TagClassName
{
border-color: #CB6EEC;
}
</style>