Shades of Heliotrope #CE76FC
Tints of Heliotrope #CE76FC
RGB
CMYK
RGB Variations
Color information
#CE76FC (or 0xCE76FC) is known color: Heliotrope. HEX triplet: CE, 76 and FC. RGB value is (206,118,252). Sum of RGB (Red+Green+Blue) = 206+118+252=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE76FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76FC is #318903. Grayscale: #9F9F9F. Windows color (decimal): -3246340 or 16545486. OLE color: 16545486.
HSL color Cylindrical-coordinate representation of color #CE76FC: hue angle of 279.4º 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 #CE76FC is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 118 | 252 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.01 |
| HSL | 279.4º | 0.96% | 0.73% | - |
| HSV(B) | 279.4º | 0.53% | 0.99% | - |
| XYZ | 49.5 | 33.11 | 95.88 | - |
| YUV | 159.59 | 180.15 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 252 | 0.18 | 0.53 | 0 | 0.01 | 279.4 | 0.96 | 0.73 |
| Hex | CE | 76 | FC | 12 | 35 | 0 | 1 | 117 | 60 | 49 |
| Octal | 316 | 166 | 374 | 22 | 65 | 0 | 1 | 427 | 140 | 111 |
| Binary | 11001110 | 1110110 | 11111100 | 10010 | 110101 | 0 | 1 | 100010111 | 1100000 | 1001001 |
Color Harmonies of #CE76FC
Complementary color
Monochromatic Colors of #CE76FC
Black with #CE76FC
Text Example
Text Example
White with #CE76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76FC; }
p { color: rgb(206,118,252); }
H1.HeaderClassName
{
color: #CE76FC;
}
.AnyTagClassName
{
color: #CE76FC;
}
</style>
background-color css
<style>
a { background-color: #CE76FC; }
a { background-color: rgb(206,118,252); }
div.DivClassName
{
background-color: #CE76FC;
}
.BgClassName
{
background-color: #CE76FC;
}
</style>
border-color css
<style>
span { border-color: #CE76FC; }
span { border-color: rgb(206,118,252); }
td.TdClassName
{
border-color: #CE76FC;
}
.TagClassName
{
border-color: #CE76FC;
}
</style>