Shades of Heliotrope #CE76EB
Tints of Heliotrope #CE76EB
RGB
CMYK
RGB Variations
Color information
#CE76EB (or 0xCE76EB) is known color: Heliotrope. HEX triplet: CE, 76 and EB. RGB value is (206,118,235). Sum of RGB (Red+Green+Blue) = 206+118+235=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE76EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EB is #318914. Grayscale: #9D9D9D. Windows color (decimal): -3246357 or 15431374. OLE color: 15431374.
HSL color Cylindrical-coordinate representation of color #CE76EB: hue angle of 285.13º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE76EB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 118 | 235 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.08 |
| HSL | 285.13º | 0.75% | 0.69% | - |
| HSV(B) | 285.13º | 0.5% | 0.92% | - |
| XYZ | 46.93 | 32.08 | 82.32 | - |
| YUV | 157.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 235 | 0.12 | 0.50 | 0 | 0.08 | 285.13 | 0.75 | 0.69 |
| Hex | CE | 76 | EB | C | 32 | 0 | 8 | 11D | 4B | 45 |
| Octal | 316 | 166 | 353 | 14 | 62 | 0 | 10 | 435 | 113 | 105 |
| Binary | 11001110 | 1110110 | 11101011 | 1100 | 110010 | 0 | 1000 | 100011101 | 1001011 | 1000101 |
Color Harmonies of #CE76EB
Complementary color
Monochromatic Colors of #CE76EB
Black with #CE76EB
Text Example
Text Example
White with #CE76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76EB; }
p { color: rgb(206,118,235); }
H1.HeaderClassName
{
color: #CE76EB;
}
.AnyTagClassName
{
color: #CE76EB;
}
</style>
background-color css
<style>
a { background-color: #CE76EB; }
a { background-color: rgb(206,118,235); }
div.DivClassName
{
background-color: #CE76EB;
}
.BgClassName
{
background-color: #CE76EB;
}
</style>
border-color css
<style>
span { border-color: #CE76EB; }
span { border-color: rgb(206,118,235); }
td.TdClassName
{
border-color: #CE76EB;
}
.TagClassName
{
border-color: #CE76EB;
}
</style>