Shades of Heliotrope #CE6EEB
Tints of Heliotrope #CE6EEB
RGB
CMYK
RGB Variations
Color information
#CE6EEB (or 0xCE6EEB) is known color: Heliotrope. HEX triplet: CE, 6E and EB. RGB value is (206,110,235). Sum of RGB (Red+Green+Blue) = 206+110+235=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EEB is #319114. Grayscale: #989898. Windows color (decimal): -3248405 or 15429326. OLE color: 15429326.
HSL color Cylindrical-coordinate representation of color #CE6EEB: hue angle of 286.08º 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 #CE6EEB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 110 | 235 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.08 |
| HSL | 286.08º | 0.76% | 0.68% | - |
| HSV(B) | 286.08º | 0.53% | 0.92% | - |
| XYZ | 46.02 | 30.27 | 82.01 | - |
| YUV | 152.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 235 | 0.12 | 0.53 | 0 | 0.08 | 286.08 | 0.76 | 0.68 |
| Hex | CE | 6E | EB | C | 35 | 0 | 8 | 11E | 4C | 44 |
| Octal | 316 | 156 | 353 | 14 | 65 | 0 | 10 | 436 | 114 | 104 |
| Binary | 11001110 | 1101110 | 11101011 | 1100 | 110101 | 0 | 1000 | 100011110 | 1001100 | 1000100 |
Color Harmonies of #CE6EEB
Complementary color
Monochromatic Colors of #CE6EEB
Black with #CE6EEB
Text Example
Text Example
White with #CE6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EEB; }
p { color: rgb(206,110,235); }
H1.HeaderClassName
{
color: #CE6EEB;
}
.AnyTagClassName
{
color: #CE6EEB;
}
</style>
background-color css
<style>
a { background-color: #CE6EEB; }
a { background-color: rgb(206,110,235); }
div.DivClassName
{
background-color: #CE6EEB;
}
.BgClassName
{
background-color: #CE6EEB;
}
</style>
border-color css
<style>
span { border-color: #CE6EEB; }
span { border-color: rgb(206,110,235); }
td.TdClassName
{
border-color: #CE6EEB;
}
.TagClassName
{
border-color: #CE6EEB;
}
</style>