Shades of Heliotrope #CE76EE
Tints of Heliotrope #CE76EE
RGB
CMYK
RGB Variations
Color information
#CE76EE (or 0xCE76EE) is known color: Heliotrope. HEX triplet: CE, 76 and EE. RGB value is (206,118,238). Sum of RGB (Red+Green+Blue) = 206+118+238=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EE is #318911. Grayscale: #9D9D9D. Windows color (decimal): -3246354 or 15627982. OLE color: 15627982.
HSL color Cylindrical-coordinate representation of color #CE76EE: hue angle of 284º degrees, saturation: 0.78, 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 #CE76EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 118 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 284º | 0.78% | 0.7% | - |
| HSV(B) | 284º | 0.5% | 0.93% | - |
| XYZ | 47.36 | 32.25 | 84.62 | - |
| YUV | 157.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 238 | 0.13 | 0.50 | 0 | 0.07 | 284 | 0.78 | 0.7 |
| Hex | CE | 76 | EE | D | 32 | 0 | 7 | 11C | 4E | 46 |
| Octal | 316 | 166 | 356 | 15 | 62 | 0 | 7 | 434 | 116 | 106 |
| Binary | 11001110 | 1110110 | 11101110 | 1101 | 110010 | 0 | 111 | 100011100 | 1001110 | 1000110 |
Color Harmonies of #CE76EE
Complementary color
Monochromatic Colors of #CE76EE
Black with #CE76EE
Text Example
Text Example
White with #CE76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76EE; }
p { color: rgb(206,118,238); }
H1.HeaderClassName
{
color: #CE76EE;
}
.AnyTagClassName
{
color: #CE76EE;
}
</style>
background-color css
<style>
a { background-color: #CE76EE; }
a { background-color: rgb(206,118,238); }
div.DivClassName
{
background-color: #CE76EE;
}
.BgClassName
{
background-color: #CE76EE;
}
</style>
border-color css
<style>
span { border-color: #CE76EE; }
span { border-color: rgb(206,118,238); }
td.TdClassName
{
border-color: #CE76EE;
}
.TagClassName
{
border-color: #CE76EE;
}
</style>