Shades of Heliotrope #CE6AE8
Tints of Heliotrope #CE6AE8
RGB
CMYK
RGB Variations
Color information
#CE6AE8 (or 0xCE6AE8) is known color: Heliotrope. HEX triplet: CE, 6A and E8. RGB value is (206,106,232). Sum of RGB (Red+Green+Blue) = 206+106+232=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6AE8 is #319517. Grayscale: #959595. Windows color (decimal): -3249432 or 15231694. OLE color: 15231694.
HSL color Cylindrical-coordinate representation of color #CE6AE8: hue angle of 287.62º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6AE8 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 106 | 232 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.09 |
| HSL | 287.62º | 0.73% | 0.66% | - |
| HSV(B) | 287.62º | 0.54% | 0.91% | - |
| XYZ | 45.17 | 29.26 | 79.61 | - |
| YUV | 150.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 232 | 0.11 | 0.54 | 0 | 0.09 | 287.62 | 0.73 | 0.66 |
| Hex | CE | 6A | E8 | B | 36 | 0 | 9 | 120 | 49 | 42 |
| Octal | 316 | 152 | 350 | 13 | 66 | 0 | 11 | 440 | 111 | 102 |
| Binary | 11001110 | 1101010 | 11101000 | 1011 | 110110 | 0 | 1001 | 100100000 | 1001001 | 1000010 |
Color Harmonies of #CE6AE8
Complementary color
Monochromatic Colors of #CE6AE8
Black with #CE6AE8
Text Example
Text Example
White with #CE6AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AE8; }
p { color: rgb(206,106,232); }
H1.HeaderClassName
{
color: #CE6AE8;
}
.AnyTagClassName
{
color: #CE6AE8;
}
</style>
background-color css
<style>
a { background-color: #CE6AE8; }
a { background-color: rgb(206,106,232); }
div.DivClassName
{
background-color: #CE6AE8;
}
.BgClassName
{
background-color: #CE6AE8;
}
</style>
border-color css
<style>
span { border-color: #CE6AE8; }
span { border-color: rgb(206,106,232); }
td.TdClassName
{
border-color: #CE6AE8;
}
.TagClassName
{
border-color: #CE6AE8;
}
</style>