Shades of Heliotrope #CE76EF
Tints of Heliotrope #CE76EF
RGB
CMYK
RGB Variations
Color information
#CE76EF (or 0xCE76EF) is known color: Heliotrope. HEX triplet: CE, 76 and EF. RGB value is (206,118,239). Sum of RGB (Red+Green+Blue) = 206+118+239=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EF is #318910. Grayscale: #9D9D9D. Windows color (decimal): -3246353 or 15693518. OLE color: 15693518.
HSL color Cylindrical-coordinate representation of color #CE76EF: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE76EF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 118 | 239 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.06 |
| HSL | 283.64º | 0.79% | 0.7% | - |
| HSV(B) | 283.64º | 0.51% | 0.94% | - |
| XYZ | 47.51 | 32.31 | 85.39 | - |
| YUV | 158.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 239 | 0.14 | 0.51 | 0 | 0.06 | 283.64 | 0.79 | 0.7 |
| Hex | CE | 76 | EF | E | 33 | 0 | 6 | 11C | 4F | 46 |
| Octal | 316 | 166 | 357 | 16 | 63 | 0 | 6 | 434 | 117 | 106 |
| Binary | 11001110 | 1110110 | 11101111 | 1110 | 110011 | 0 | 110 | 100011100 | 1001111 | 1000110 |
Color Harmonies of #CE76EF
Complementary color
Monochromatic Colors of #CE76EF
Black with #CE76EF
Text Example
Text Example
White with #CE76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76EF; }
p { color: rgb(206,118,239); }
H1.HeaderClassName
{
color: #CE76EF;
}
.AnyTagClassName
{
color: #CE76EF;
}
</style>
background-color css
<style>
a { background-color: #CE76EF; }
a { background-color: rgb(206,118,239); }
div.DivClassName
{
background-color: #CE76EF;
}
.BgClassName
{
background-color: #CE76EF;
}
</style>
border-color css
<style>
span { border-color: #CE76EF; }
span { border-color: rgb(206,118,239); }
td.TdClassName
{
border-color: #CE76EF;
}
.TagClassName
{
border-color: #CE76EF;
}
</style>