Shades of Heliotrope #CE77FC
Tints of Heliotrope #CE77FC
RGB
CMYK
RGB Variations
Color information
#CE77FC (or 0xCE77FC) is known color: Heliotrope. HEX triplet: CE, 77 and FC. RGB value is (206,119,252). Sum of RGB (Red+Green+Blue) = 206+119+252=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE77FC is #318803. Grayscale: #9F9F9F. Windows color (decimal): -3246084 or 16545742. OLE color: 16545742.
HSL color Cylindrical-coordinate representation of color #CE77FC: hue angle of 279.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE77FC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 119 | 252 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.01 |
| HSL | 279.25º | 0.96% | 0.73% | - |
| HSV(B) | 279.25º | 0.53% | 0.99% | - |
| XYZ | 49.62 | 33.34 | 95.92 | - |
| YUV | 160.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 252 | 0.18 | 0.53 | 0 | 0.01 | 279.25 | 0.96 | 0.73 |
| Hex | CE | 77 | FC | 12 | 35 | 0 | 1 | 117 | 60 | 49 |
| Octal | 316 | 167 | 374 | 22 | 65 | 0 | 1 | 427 | 140 | 111 |
| Binary | 11001110 | 1110111 | 11111100 | 10010 | 110101 | 0 | 1 | 100010111 | 1100000 | 1001001 |
Color Harmonies of #CE77FC
Complementary color
Monochromatic Colors of #CE77FC
Black with #CE77FC
Text Example
Text Example
White with #CE77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77FC; }
p { color: rgb(206,119,252); }
H1.HeaderClassName
{
color: #CE77FC;
}
.AnyTagClassName
{
color: #CE77FC;
}
</style>
background-color css
<style>
a { background-color: #CE77FC; }
a { background-color: rgb(206,119,252); }
div.DivClassName
{
background-color: #CE77FC;
}
.BgClassName
{
background-color: #CE77FC;
}
</style>
border-color css
<style>
span { border-color: #CE77FC; }
span { border-color: rgb(206,119,252); }
td.TdClassName
{
border-color: #CE77FC;
}
.TagClassName
{
border-color: #CE77FC;
}
</style>