Shades of Heliotrope #CE76EC
Tints of Heliotrope #CE76EC
RGB
CMYK
RGB Variations
Color information
#CE76EC (or 0xCE76EC) is known color: Heliotrope. HEX triplet: CE, 76 and EC. RGB value is (206,118,236). Sum of RGB (Red+Green+Blue) = 206+118+236=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EC is #318913. Grayscale: #9D9D9D. Windows color (decimal): -3246356 or 15496910. OLE color: 15496910.
HSL color Cylindrical-coordinate representation of color #CE76EC: hue angle of 284.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE76EC is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 118 | 236 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.07 |
| HSL | 284.75º | 0.76% | 0.69% | - |
| HSV(B) | 284.75º | 0.5% | 0.93% | - |
| XYZ | 47.07 | 32.13 | 83.08 | - |
| YUV | 157.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 236 | 0.13 | 0.5 | 0 | 0.07 | 284.75 | 0.76 | 0.69 |
| Hex | CE | 76 | EC | D | 32 | 0 | 7 | 11D | 4C | 45 |
| Octal | 316 | 166 | 354 | 15 | 62 | 0 | 7 | 435 | 114 | 105 |
| Binary | 11001110 | 1110110 | 11101100 | 1101 | 110010 | 0 | 111 | 100011101 | 1001100 | 1000101 |
Color Harmonies of #CE76EC
Complementary color
Monochromatic Colors of #CE76EC
Black with #CE76EC
Text Example
Text Example
White with #CE76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76EC; }
p { color: rgb(206,118,236); }
H1.HeaderClassName
{
color: #CE76EC;
}
.AnyTagClassName
{
color: #CE76EC;
}
</style>
background-color css
<style>
a { background-color: #CE76EC; }
a { background-color: rgb(206,118,236); }
div.DivClassName
{
background-color: #CE76EC;
}
.BgClassName
{
background-color: #CE76EC;
}
</style>
border-color css
<style>
span { border-color: #CE76EC; }
span { border-color: rgb(206,118,236); }
td.TdClassName
{
border-color: #CE76EC;
}
.TagClassName
{
border-color: #CE76EC;
}
</style>