Shades of Heliotrope #CB6EEF
Tints of Heliotrope #CB6EEF
RGB
CMYK
RGB Variations
Color information
#CB6EEF (or 0xCB6EEF) is known color: Heliotrope. HEX triplet: CB, 6E and EF. RGB value is (203,110,239). Sum of RGB (Red+Green+Blue) = 203+110+239=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EEF is #349110. Grayscale: #989898. Windows color (decimal): -3445009 or 15691467. OLE color: 15691467.
HSL color Cylindrical-coordinate representation of color #CB6EEF: hue angle of 283.26º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6EEF is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 110 | 239 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.06 |
| HSL | 283.26º | 0.8% | 0.68% | - |
| HSV(B) | 283.26º | 0.54% | 0.94% | - |
| XYZ | 45.78 | 30.08 | 85.05 | - |
| YUV | 152.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 239 | 0.15 | 0.54 | 0 | 0.06 | 283.26 | 0.8 | 0.68 |
| Hex | CB | 6E | EF | F | 36 | 0 | 6 | 11B | 50 | 44 |
| Octal | 313 | 156 | 357 | 17 | 66 | 0 | 6 | 433 | 120 | 104 |
| Binary | 11001011 | 1101110 | 11101111 | 1111 | 110110 | 0 | 110 | 100011011 | 1010000 | 1000100 |
Color Harmonies of #CB6EEF
Complementary color
Monochromatic Colors of #CB6EEF
Black with #CB6EEF
Text Example
Text Example
White with #CB6EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EEF; }
p { color: rgb(203,110,239); }
H1.HeaderClassName
{
color: #CB6EEF;
}
.AnyTagClassName
{
color: #CB6EEF;
}
</style>
background-color css
<style>
a { background-color: #CB6EEF; }
a { background-color: rgb(203,110,239); }
div.DivClassName
{
background-color: #CB6EEF;
}
.BgClassName
{
background-color: #CB6EEF;
}
</style>
border-color css
<style>
span { border-color: #CB6EEF; }
span { border-color: rgb(203,110,239); }
td.TdClassName
{
border-color: #CB6EEF;
}
.TagClassName
{
border-color: #CB6EEF;
}
</style>