Shades of Heliotrope #CE76ED
Tints of Heliotrope #CE76ED
RGB
CMYK
RGB Variations
Color information
#CE76ED (or 0xCE76ED) is known color: Heliotrope. HEX triplet: CE, 76 and ED. RGB value is (206,118,237). Sum of RGB (Red+Green+Blue) = 206+118+237=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76ED is #318912. Grayscale: #9D9D9D. Windows color (decimal): -3246355 or 15562446. OLE color: 15562446.
HSL color Cylindrical-coordinate representation of color #CE76ED: hue angle of 284.37º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE76ED is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 118 | 237 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284.37º | 0.77% | 0.7% | - |
| HSV(B) | 284.37º | 0.5% | 0.93% | - |
| XYZ | 47.22 | 32.19 | 83.85 | - |
| YUV | 157.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 237 | 0.13 | 0.50 | 0 | 0.07 | 284.37 | 0.77 | 0.7 |
| Hex | CE | 76 | ED | D | 32 | 0 | 7 | 11C | 4D | 46 |
| Octal | 316 | 166 | 355 | 15 | 62 | 0 | 7 | 434 | 115 | 106 |
| Binary | 11001110 | 1110110 | 11101101 | 1101 | 110010 | 0 | 111 | 100011100 | 1001101 | 1000110 |
Color Harmonies of #CE76ED
Complementary color
Monochromatic Colors of #CE76ED
Black with #CE76ED
Text Example
Text Example
White with #CE76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76ED; }
p { color: rgb(206,118,237); }
H1.HeaderClassName
{
color: #CE76ED;
}
.AnyTagClassName
{
color: #CE76ED;
}
</style>
background-color css
<style>
a { background-color: #CE76ED; }
a { background-color: rgb(206,118,237); }
div.DivClassName
{
background-color: #CE76ED;
}
.BgClassName
{
background-color: #CE76ED;
}
</style>
border-color css
<style>
span { border-color: #CE76ED; }
span { border-color: rgb(206,118,237); }
td.TdClassName
{
border-color: #CE76ED;
}
.TagClassName
{
border-color: #CE76ED;
}
</style>