Shades of Heliotrope #CE70EA
Tints of Heliotrope #CE70EA
RGB
CMYK
RGB Variations
Color information
#CE70EA (or 0xCE70EA) is known color: Heliotrope. HEX triplet: CE, 70 and EA. RGB value is (206,112,234). Sum of RGB (Red+Green+Blue) = 206+112+234=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE70EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70EA is #318F15. Grayscale: #999999. Windows color (decimal): -3247894 or 15364302. OLE color: 15364302.
HSL color Cylindrical-coordinate representation of color #CE70EA: hue angle of 286.23º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE70EA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 112 | 234 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.08 |
| HSL | 286.23º | 0.74% | 0.68% | - |
| HSV(B) | 286.23º | 0.52% | 0.92% | - |
| XYZ | 46.1 | 30.65 | 81.33 | - |
| YUV | 154.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 234 | 0.12 | 0.52 | 0 | 0.08 | 286.23 | 0.74 | 0.68 |
| Hex | CE | 70 | EA | C | 34 | 0 | 8 | 11E | 4A | 44 |
| Octal | 316 | 160 | 352 | 14 | 64 | 0 | 10 | 436 | 112 | 104 |
| Binary | 11001110 | 1110000 | 11101010 | 1100 | 110100 | 0 | 1000 | 100011110 | 1001010 | 1000100 |
Color Harmonies of #CE70EA
Complementary color
Monochromatic Colors of #CE70EA
Black with #CE70EA
Text Example
Text Example
White with #CE70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70EA; }
p { color: rgb(206,112,234); }
H1.HeaderClassName
{
color: #CE70EA;
}
.AnyTagClassName
{
color: #CE70EA;
}
</style>
background-color css
<style>
a { background-color: #CE70EA; }
a { background-color: rgb(206,112,234); }
div.DivClassName
{
background-color: #CE70EA;
}
.BgClassName
{
background-color: #CE70EA;
}
</style>
border-color css
<style>
span { border-color: #CE70EA; }
span { border-color: rgb(206,112,234); }
td.TdClassName
{
border-color: #CE70EA;
}
.TagClassName
{
border-color: #CE70EA;
}
</style>