Shades of Heliotrope #CE77FE
Tints of Heliotrope #CE77FE
RGB
CMYK
RGB Variations
Color information
#CE77FE (or 0xCE77FE) is known color: Heliotrope. HEX triplet: CE, 77 and FE. RGB value is (206,119,254). Sum of RGB (Red+Green+Blue) = 206+119+254=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77FE is #318801. Grayscale: #9F9F9F. Windows color (decimal): -3246082 or 16676814. OLE color: 16676814.
HSL color Cylindrical-coordinate representation of color #CE77FE: hue angle of 278.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE77FE is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 119 | 254 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.00 |
| HSL | 278.67º | 0.99% | 0.73% | - |
| HSV(B) | 278.67º | 0.53% | 1% | - |
| XYZ | 49.94 | 33.47 | 97.59 | - |
| YUV | 160.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 254 | 0.19 | 0.53 | 0 | 0.00 | 278.67 | 0.99 | 0.73 |
| Hex | CE | 77 | FE | 13 | 35 | 0 | 0 | 117 | 63 | 49 |
| Octal | 316 | 167 | 376 | 23 | 65 | 0 | 0 | 427 | 143 | 111 |
| Binary | 11001110 | 1110111 | 11111110 | 10011 | 110101 | 0 | 0 | 100010111 | 1100011 | 1001001 |
Color Harmonies of #CE77FE
Complementary color
Monochromatic Colors of #CE77FE
Black with #CE77FE
Text Example
Text Example
White with #CE77FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77FE; }
p { color: rgb(206,119,254); }
H1.HeaderClassName
{
color: #CE77FE;
}
.AnyTagClassName
{
color: #CE77FE;
}
</style>
background-color css
<style>
a { background-color: #CE77FE; }
a { background-color: rgb(206,119,254); }
div.DivClassName
{
background-color: #CE77FE;
}
.BgClassName
{
background-color: #CE77FE;
}
</style>
border-color css
<style>
span { border-color: #CE77FE; }
span { border-color: rgb(206,119,254); }
td.TdClassName
{
border-color: #CE77FE;
}
.TagClassName
{
border-color: #CE77FE;
}
</style>