Shades of Heliotrope #CB6EEB
Tints of Heliotrope #CB6EEB
RGB
CMYK
RGB Variations
Color information
#CB6EEB (or 0xCB6EEB) is known color: Heliotrope. HEX triplet: CB, 6E and EB. RGB value is (203,110,235). Sum of RGB (Red+Green+Blue) = 203+110+235=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EEB is #349114. Grayscale: #979797. Windows color (decimal): -3445013 or 15429323. OLE color: 15429323.
HSL color Cylindrical-coordinate representation of color #CB6EEB: hue angle of 284.64º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6EEB is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 110 | 235 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.08 |
| HSL | 284.64º | 0.76% | 0.68% | - |
| HSV(B) | 284.64º | 0.53% | 0.92% | - |
| XYZ | 45.2 | 29.85 | 81.98 | - |
| YUV | 152.06 | 174.81 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 235 | 0.14 | 0.53 | 0 | 0.08 | 284.64 | 0.76 | 0.68 |
| Hex | CB | 6E | EB | E | 35 | 0 | 8 | 11D | 4C | 44 |
| Octal | 313 | 156 | 353 | 16 | 65 | 0 | 10 | 435 | 114 | 104 |
| Binary | 11001011 | 1101110 | 11101011 | 1110 | 110101 | 0 | 1000 | 100011101 | 1001100 | 1000100 |
Color Harmonies of #CB6EEB
Complementary color
Monochromatic Colors of #CB6EEB
Black with #CB6EEB
Text Example
Text Example
White with #CB6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EEB; }
p { color: rgb(203,110,235); }
H1.HeaderClassName
{
color: #CB6EEB;
}
.AnyTagClassName
{
color: #CB6EEB;
}
</style>
background-color css
<style>
a { background-color: #CB6EEB; }
a { background-color: rgb(203,110,235); }
div.DivClassName
{
background-color: #CB6EEB;
}
.BgClassName
{
background-color: #CB6EEB;
}
</style>
border-color css
<style>
span { border-color: #CB6EEB; }
span { border-color: rgb(203,110,235); }
td.TdClassName
{
border-color: #CB6EEB;
}
.TagClassName
{
border-color: #CB6EEB;
}
</style>