Shades of Heliotrope #CE77F8
Tints of Heliotrope #CE77F8
RGB
CMYK
RGB Variations
Color information
#CE77F8 (or 0xCE77F8) is known color: Heliotrope. HEX triplet: CE, 77 and F8. RGB value is (206,119,248). Sum of RGB (Red+Green+Blue) = 206+119+248=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77F8 is #318807. Grayscale: #9F9F9F. Windows color (decimal): -3246088 or 16283598. OLE color: 16283598.
HSL color Cylindrical-coordinate representation of color #CE77F8: hue angle of 280.47º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE77F8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 119 | 248 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.03 |
| HSL | 280.47º | 0.9% | 0.72% | - |
| HSV(B) | 280.47º | 0.52% | 0.97% | - |
| XYZ | 48.99 | 33.09 | 92.61 | - |
| YUV | 159.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 248 | 0.17 | 0.52 | 0 | 0.03 | 280.47 | 0.9 | 0.72 |
| Hex | CE | 77 | F8 | 11 | 34 | 0 | 3 | 118 | 5A | 48 |
| Octal | 316 | 167 | 370 | 21 | 64 | 0 | 3 | 430 | 132 | 110 |
| Binary | 11001110 | 1110111 | 11111000 | 10001 | 110100 | 0 | 11 | 100011000 | 1011010 | 1001000 |
Color Harmonies of #CE77F8
Complementary color
Monochromatic Colors of #CE77F8
Black with #CE77F8
Text Example
Text Example
White with #CE77F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77F8; }
p { color: rgb(206,119,248); }
H1.HeaderClassName
{
color: #CE77F8;
}
.AnyTagClassName
{
color: #CE77F8;
}
</style>
background-color css
<style>
a { background-color: #CE77F8; }
a { background-color: rgb(206,119,248); }
div.DivClassName
{
background-color: #CE77F8;
}
.BgClassName
{
background-color: #CE77F8;
}
</style>
border-color css
<style>
span { border-color: #CE77F8; }
span { border-color: rgb(206,119,248); }
td.TdClassName
{
border-color: #CE77F8;
}
.TagClassName
{
border-color: #CE77F8;
}
</style>