Shades of Heliotrope #CE76EA
Tints of Heliotrope #CE76EA
RGB
CMYK
RGB Variations
Color information
#CE76EA (or 0xCE76EA) is known color: Heliotrope. HEX triplet: CE, 76 and EA. RGB value is (206,118,234). Sum of RGB (Red+Green+Blue) = 206+118+234=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EA is #318915. Grayscale: #9D9D9D. Windows color (decimal): -3246358 or 15365838. OLE color: 15365838.
HSL color Cylindrical-coordinate representation of color #CE76EA: hue angle of 285.52º degrees, saturation: 0.73, 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 #CE76EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 118 | 234 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.08 |
| HSL | 285.52º | 0.73% | 0.69% | - |
| HSV(B) | 285.52º | 0.5% | 0.92% | - |
| XYZ | 46.78 | 32.02 | 81.56 | - |
| YUV | 157.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 234 | 0.12 | 0.50 | 0 | 0.08 | 285.52 | 0.73 | 0.69 |
| Hex | CE | 76 | EA | C | 32 | 0 | 8 | 11E | 49 | 45 |
| Octal | 316 | 166 | 352 | 14 | 62 | 0 | 10 | 436 | 111 | 105 |
| Binary | 11001110 | 1110110 | 11101010 | 1100 | 110010 | 0 | 1000 | 100011110 | 1001001 | 1000101 |
Color Harmonies of #CE76EA
Complementary color
Monochromatic Colors of #CE76EA
Black with #CE76EA
Text Example
Text Example
White with #CE76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76EA; }
p { color: rgb(206,118,234); }
H1.HeaderClassName
{
color: #CE76EA;
}
.AnyTagClassName
{
color: #CE76EA;
}
</style>
background-color css
<style>
a { background-color: #CE76EA; }
a { background-color: rgb(206,118,234); }
div.DivClassName
{
background-color: #CE76EA;
}
.BgClassName
{
background-color: #CE76EA;
}
</style>
border-color css
<style>
span { border-color: #CE76EA; }
span { border-color: rgb(206,118,234); }
td.TdClassName
{
border-color: #CE76EA;
}
.TagClassName
{
border-color: #CE76EA;
}
</style>