Shades of Heliotrope #CE77EE
Tints of Heliotrope #CE77EE
RGB
CMYK
RGB Variations
Color information
#CE77EE (or 0xCE77EE) is known color: Heliotrope. HEX triplet: CE, 77 and EE. RGB value is (206,119,238). Sum of RGB (Red+Green+Blue) = 206+119+238=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77EE is #318811. Grayscale: #9E9E9E. Windows color (decimal): -3246098 or 15628238. OLE color: 15628238.
HSL color Cylindrical-coordinate representation of color #CE77EE: hue angle of 283.87º 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 #CE77EE is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 119 | 238 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.07 |
| HSL | 283.87º | 0.78% | 0.7% | - |
| HSV(B) | 283.87º | 0.5% | 0.93% | - |
| XYZ | 47.48 | 32.49 | 84.66 | - |
| YUV | 158.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 238 | 0.13 | 0.50 | 0 | 0.07 | 283.87 | 0.78 | 0.7 |
| Hex | CE | 77 | EE | D | 32 | 0 | 7 | 11C | 4E | 46 |
| Octal | 316 | 167 | 356 | 15 | 62 | 0 | 7 | 434 | 116 | 106 |
| Binary | 11001110 | 1110111 | 11101110 | 1101 | 110010 | 0 | 111 | 100011100 | 1001110 | 1000110 |
Color Harmonies of #CE77EE
Complementary color
Monochromatic Colors of #CE77EE
Black with #CE77EE
Text Example
Text Example
White with #CE77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77EE; }
p { color: rgb(206,119,238); }
H1.HeaderClassName
{
color: #CE77EE;
}
.AnyTagClassName
{
color: #CE77EE;
}
</style>
background-color css
<style>
a { background-color: #CE77EE; }
a { background-color: rgb(206,119,238); }
div.DivClassName
{
background-color: #CE77EE;
}
.BgClassName
{
background-color: #CE77EE;
}
</style>
border-color css
<style>
span { border-color: #CE77EE; }
span { border-color: rgb(206,119,238); }
td.TdClassName
{
border-color: #CE77EE;
}
.TagClassName
{
border-color: #CE77EE;
}
</style>