Shades of Heliotrope #CE6EE8
Tints of Heliotrope #CE6EE8
RGB
CMYK
RGB Variations
Color information
#CE6EE8 (or 0xCE6EE8) is known color: Heliotrope. HEX triplet: CE, 6E and E8. RGB value is (206,110,232). Sum of RGB (Red+Green+Blue) = 206+110+232=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE6EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EE8 is #319117. Grayscale: #989898. Windows color (decimal): -3248408 or 15232718. OLE color: 15232718.
HSL color Cylindrical-coordinate representation of color #CE6EE8: hue angle of 287.21º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6EE8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 110 | 232 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.09 |
| HSL | 287.21º | 0.73% | 0.67% | - |
| HSV(B) | 287.21º | 0.53% | 0.91% | - |
| XYZ | 45.6 | 30.1 | 79.75 | - |
| YUV | 152.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 232 | 0.11 | 0.53 | 0 | 0.09 | 287.21 | 0.73 | 0.67 |
| Hex | CE | 6E | E8 | B | 35 | 0 | 9 | 11F | 49 | 43 |
| Octal | 316 | 156 | 350 | 13 | 65 | 0 | 11 | 437 | 111 | 103 |
| Binary | 11001110 | 1101110 | 11101000 | 1011 | 110101 | 0 | 1001 | 100011111 | 1001001 | 1000011 |
Color Harmonies of #CE6EE8
Complementary color
Monochromatic Colors of #CE6EE8
Black with #CE6EE8
Text Example
Text Example
White with #CE6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EE8; }
p { color: rgb(206,110,232); }
H1.HeaderClassName
{
color: #CE6EE8;
}
.AnyTagClassName
{
color: #CE6EE8;
}
</style>
background-color css
<style>
a { background-color: #CE6EE8; }
a { background-color: rgb(206,110,232); }
div.DivClassName
{
background-color: #CE6EE8;
}
.BgClassName
{
background-color: #CE6EE8;
}
</style>
border-color css
<style>
span { border-color: #CE6EE8; }
span { border-color: rgb(206,110,232); }
td.TdClassName
{
border-color: #CE6EE8;
}
.TagClassName
{
border-color: #CE6EE8;
}
</style>