Shades of Heliotrope #CB6EED
Tints of Heliotrope #CB6EED
RGB
CMYK
RGB Variations
Color information
#CB6EED (or 0xCB6EED) is known color: Heliotrope. HEX triplet: CB, 6E and ED. RGB value is (203,110,237). Sum of RGB (Red+Green+Blue) = 203+110+237=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EED is #349112. Grayscale: #979797. Windows color (decimal): -3445011 or 15560395. OLE color: 15560395.
HSL color Cylindrical-coordinate representation of color #CB6EED: hue angle of 283.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6EED is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 110 | 237 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 283.94º | 0.78% | 0.68% | - |
| HSV(B) | 283.94º | 0.54% | 0.93% | - |
| XYZ | 45.49 | 29.96 | 83.51 | - |
| YUV | 152.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 237 | 0.14 | 0.54 | 0 | 0.07 | 283.94 | 0.78 | 0.68 |
| Hex | CB | 6E | ED | E | 36 | 0 | 7 | 11C | 4E | 44 |
| Octal | 313 | 156 | 355 | 16 | 66 | 0 | 7 | 434 | 116 | 104 |
| Binary | 11001011 | 1101110 | 11101101 | 1110 | 110110 | 0 | 111 | 100011100 | 1001110 | 1000100 |
Color Harmonies of #CB6EED
Complementary color
Monochromatic Colors of #CB6EED
Black with #CB6EED
Text Example
Text Example
White with #CB6EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EED; }
p { color: rgb(203,110,237); }
H1.HeaderClassName
{
color: #CB6EED;
}
.AnyTagClassName
{
color: #CB6EED;
}
</style>
background-color css
<style>
a { background-color: #CB6EED; }
a { background-color: rgb(203,110,237); }
div.DivClassName
{
background-color: #CB6EED;
}
.BgClassName
{
background-color: #CB6EED;
}
</style>
border-color css
<style>
span { border-color: #CB6EED; }
span { border-color: rgb(203,110,237); }
td.TdClassName
{
border-color: #CB6EED;
}
.TagClassName
{
border-color: #CB6EED;
}
</style>