Shades of Heliotrope #CE77FF
Tints of Heliotrope #CE77FF
RGB
CMYK
RGB Variations
Color information
#CE77FF (or 0xCE77FF) is known color: Heliotrope. HEX triplet: CE, 77 and FF. RGB value is (206,119,255). Sum of RGB (Red+Green+Blue) = 206+119+255=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77FF is #318800. Grayscale: #A0A0A0. Windows color (decimal): -3246081 or 16742350. OLE color: 16742350.
HSL color Cylindrical-coordinate representation of color #CE77FF: hue angle of 278.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE77FF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 119 | 255 | - |
| CMYK | 0.19 | 0.53 | 0 | 0 |
| HSL | 278.38º | 1% | 0.73% | - |
| HSV(B) | 278.38º | 0.53% | 1% | - |
| XYZ | 50.1 | 33.54 | 98.44 | - |
| YUV | 160.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 255 | 0.19 | 0.53 | 0 | 0 | 278.38 | 1 | 0.73 |
| Hex | CE | 77 | FF | 13 | 35 | 0 | 0 | 116 | 64 | 49 |
| Octal | 316 | 167 | 377 | 23 | 65 | 0 | 0 | 426 | 144 | 111 |
| Binary | 11001110 | 1110111 | 11111111 | 10011 | 110101 | 0 | 0 | 100010110 | 1100100 | 1001001 |
Color Harmonies of #CE77FF
Complementary color
Monochromatic Colors of #CE77FF
Black with #CE77FF
Text Example
Text Example
White with #CE77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77FF; }
p { color: rgb(206,119,255); }
H1.HeaderClassName
{
color: #CE77FF;
}
.AnyTagClassName
{
color: #CE77FF;
}
</style>
background-color css
<style>
a { background-color: #CE77FF; }
a { background-color: rgb(206,119,255); }
div.DivClassName
{
background-color: #CE77FF;
}
.BgClassName
{
background-color: #CE77FF;
}
</style>
border-color css
<style>
span { border-color: #CE77FF; }
span { border-color: rgb(206,119,255); }
td.TdClassName
{
border-color: #CE77FF;
}
.TagClassName
{
border-color: #CE77FF;
}
</style>