Shades of Heliotrope #CE70E8
Tints of Heliotrope #CE70E8
RGB
CMYK
RGB Variations
Color information
#CE70E8 (or 0xCE70E8) is known color: Heliotrope. HEX triplet: CE, 70 and E8. RGB value is (206,112,232). Sum of RGB (Red+Green+Blue) = 206+112+232=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE70E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70E8 is #318F17. Grayscale: #999999. Windows color (decimal): -3247896 or 15233230. OLE color: 15233230.
HSL color Cylindrical-coordinate representation of color #CE70E8: hue angle of 287º 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 #CE70E8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 112 | 232 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.09 |
| HSL | 287º | 0.72% | 0.67% | - |
| HSV(B) | 287º | 0.52% | 0.91% | - |
| XYZ | 45.81 | 30.54 | 79.82 | - |
| YUV | 153.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 232 | 0.11 | 0.52 | 0 | 0.09 | 287 | 0.72 | 0.67 |
| Hex | CE | 70 | E8 | B | 34 | 0 | 9 | 11F | 48 | 43 |
| Octal | 316 | 160 | 350 | 13 | 64 | 0 | 11 | 437 | 110 | 103 |
| Binary | 11001110 | 1110000 | 11101000 | 1011 | 110100 | 0 | 1001 | 100011111 | 1001000 | 1000011 |
Color Harmonies of #CE70E8
Complementary color
Monochromatic Colors of #CE70E8
Black with #CE70E8
Text Example
Text Example
White with #CE70E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70E8; }
p { color: rgb(206,112,232); }
H1.HeaderClassName
{
color: #CE70E8;
}
.AnyTagClassName
{
color: #CE70E8;
}
</style>
background-color css
<style>
a { background-color: #CE70E8; }
a { background-color: rgb(206,112,232); }
div.DivClassName
{
background-color: #CE70E8;
}
.BgClassName
{
background-color: #CE70E8;
}
</style>
border-color css
<style>
span { border-color: #CE70E8; }
span { border-color: rgb(206,112,232); }
td.TdClassName
{
border-color: #CE70E8;
}
.TagClassName
{
border-color: #CE70E8;
}
</style>