Shades of Heliotrope #CE6FE8
Tints of Heliotrope #CE6FE8
RGB
CMYK
RGB Variations
Color information
#CE6FE8 (or 0xCE6FE8) is known color: Heliotrope. HEX triplet: CE, 6F and E8. RGB value is (206,111,232). Sum of RGB (Red+Green+Blue) = 206+111+232=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FE8 is #319017. Grayscale: #989898. Windows color (decimal): -3248152 or 15232974. OLE color: 15232974.
HSL color Cylindrical-coordinate representation of color #CE6FE8: hue angle of 287.11º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6FE8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 111 | 232 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.09 |
| HSL | 287.11º | 0.72% | 0.67% | - |
| HSV(B) | 287.11º | 0.52% | 0.91% | - |
| XYZ | 45.7 | 30.32 | 79.79 | - |
| YUV | 153.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 232 | 0.11 | 0.52 | 0 | 0.09 | 287.11 | 0.72 | 0.67 |
| Hex | CE | 6F | E8 | B | 34 | 0 | 9 | 11F | 48 | 43 |
| Octal | 316 | 157 | 350 | 13 | 64 | 0 | 11 | 437 | 110 | 103 |
| Binary | 11001110 | 1101111 | 11101000 | 1011 | 110100 | 0 | 1001 | 100011111 | 1001000 | 1000011 |
Color Harmonies of #CE6FE8
Complementary color
Monochromatic Colors of #CE6FE8
Black with #CE6FE8
Text Example
Text Example
White with #CE6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FE8; }
p { color: rgb(206,111,232); }
H1.HeaderClassName
{
color: #CE6FE8;
}
.AnyTagClassName
{
color: #CE6FE8;
}
</style>
background-color css
<style>
a { background-color: #CE6FE8; }
a { background-color: rgb(206,111,232); }
div.DivClassName
{
background-color: #CE6FE8;
}
.BgClassName
{
background-color: #CE6FE8;
}
</style>
border-color css
<style>
span { border-color: #CE6FE8; }
span { border-color: rgb(206,111,232); }
td.TdClassName
{
border-color: #CE6FE8;
}
.TagClassName
{
border-color: #CE6FE8;
}
</style>