Shades of Heliotrope #CE70ED
Tints of Heliotrope #CE70ED
RGB
CMYK
RGB Variations
Color information
#CE70ED (or 0xCE70ED) is known color: Heliotrope. HEX triplet: CE, 70 and ED. RGB value is (206,112,237). Sum of RGB (Red+Green+Blue) = 206+112+237=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE70ED is #318F12. Grayscale: #999999. Windows color (decimal): -3247891 or 15560910. OLE color: 15560910.
HSL color Cylindrical-coordinate representation of color #CE70ED: hue angle of 285.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE70ED is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 112 | 237 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.07 |
| HSL | 285.12º | 0.78% | 0.68% | - |
| HSV(B) | 285.12º | 0.53% | 0.93% | - |
| XYZ | 46.53 | 30.82 | 83.62 | - |
| YUV | 154.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 237 | 0.13 | 0.53 | 0 | 0.07 | 285.12 | 0.78 | 0.68 |
| Hex | CE | 70 | ED | D | 35 | 0 | 7 | 11D | 4E | 44 |
| Octal | 316 | 160 | 355 | 15 | 65 | 0 | 7 | 435 | 116 | 104 |
| Binary | 11001110 | 1110000 | 11101101 | 1101 | 110101 | 0 | 111 | 100011101 | 1001110 | 1000100 |
Color Harmonies of #CE70ED
Complementary color
Monochromatic Colors of #CE70ED
Black with #CE70ED
Text Example
Text Example
White with #CE70ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70ED; }
p { color: rgb(206,112,237); }
H1.HeaderClassName
{
color: #CE70ED;
}
.AnyTagClassName
{
color: #CE70ED;
}
</style>
background-color css
<style>
a { background-color: #CE70ED; }
a { background-color: rgb(206,112,237); }
div.DivClassName
{
background-color: #CE70ED;
}
.BgClassName
{
background-color: #CE70ED;
}
</style>
border-color css
<style>
span { border-color: #CE70ED; }
span { border-color: rgb(206,112,237); }
td.TdClassName
{
border-color: #CE70ED;
}
.TagClassName
{
border-color: #CE70ED;
}
</style>