Shades of Heliotrope #CE77EF
Tints of Heliotrope #CE77EF
RGB
CMYK
RGB Variations
Color information
#CE77EF (or 0xCE77EF) is known color: Heliotrope. HEX triplet: CE, 77 and EF. RGB value is (206,119,239). Sum of RGB (Red+Green+Blue) = 206+119+239=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77EF is #318810. Grayscale: #9E9E9E. Windows color (decimal): -3246097 or 15693774. OLE color: 15693774.
HSL color Cylindrical-coordinate representation of color #CE77EF: hue angle of 283.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE77EF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 119 | 239 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.06 |
| HSL | 283.5º | 0.79% | 0.7% | - |
| HSV(B) | 283.5º | 0.5% | 0.94% | - |
| XYZ | 47.63 | 32.55 | 85.43 | - |
| YUV | 158.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 239 | 0.14 | 0.50 | 0 | 0.06 | 283.5 | 0.79 | 0.7 |
| Hex | CE | 77 | EF | E | 32 | 0 | 6 | 11C | 4F | 46 |
| Octal | 316 | 167 | 357 | 16 | 62 | 0 | 6 | 434 | 117 | 106 |
| Binary | 11001110 | 1110111 | 11101111 | 1110 | 110010 | 0 | 110 | 100011100 | 1001111 | 1000110 |
Color Harmonies of #CE77EF
Complementary color
Monochromatic Colors of #CE77EF
Black with #CE77EF
Text Example
Text Example
White with #CE77EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77EF; }
p { color: rgb(206,119,239); }
H1.HeaderClassName
{
color: #CE77EF;
}
.AnyTagClassName
{
color: #CE77EF;
}
</style>
background-color css
<style>
a { background-color: #CE77EF; }
a { background-color: rgb(206,119,239); }
div.DivClassName
{
background-color: #CE77EF;
}
.BgClassName
{
background-color: #CE77EF;
}
</style>
border-color css
<style>
span { border-color: #CE77EF; }
span { border-color: rgb(206,119,239); }
td.TdClassName
{
border-color: #CE77EF;
}
.TagClassName
{
border-color: #CE77EF;
}
</style>