Shades of Heliotrope #CE76F1
Tints of Heliotrope #CE76F1
RGB
CMYK
RGB Variations
Color information
#CE76F1 (or 0xCE76F1) is known color: Heliotrope. HEX triplet: CE, 76 and F1. RGB value is (206,118,241). Sum of RGB (Red+Green+Blue) = 206+118+241=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76F1 is #31890E. Grayscale: #9D9D9D. Windows color (decimal): -3246351 or 15824590. OLE color: 15824590.
HSL color Cylindrical-coordinate representation of color #CE76F1: hue angle of 282.93º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE76F1 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 118 | 241 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.05 |
| HSL | 282.93º | 0.81% | 0.7% | - |
| HSV(B) | 282.93º | 0.51% | 0.95% | - |
| XYZ | 47.81 | 32.43 | 86.96 | - |
| YUV | 158.33 | 174.65 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 241 | 0.15 | 0.51 | 0 | 0.05 | 282.93 | 0.81 | 0.7 |
| Hex | CE | 76 | F1 | F | 33 | 0 | 5 | 11B | 51 | 46 |
| Octal | 316 | 166 | 361 | 17 | 63 | 0 | 5 | 433 | 121 | 106 |
| Binary | 11001110 | 1110110 | 11110001 | 1111 | 110011 | 0 | 101 | 100011011 | 1010001 | 1000110 |
Color Harmonies of #CE76F1
Complementary color
Monochromatic Colors of #CE76F1
Black with #CE76F1
Text Example
Text Example
White with #CE76F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76F1; }
p { color: rgb(206,118,241); }
H1.HeaderClassName
{
color: #CE76F1;
}
.AnyTagClassName
{
color: #CE76F1;
}
</style>
background-color css
<style>
a { background-color: #CE76F1; }
a { background-color: rgb(206,118,241); }
div.DivClassName
{
background-color: #CE76F1;
}
.BgClassName
{
background-color: #CE76F1;
}
</style>
border-color css
<style>
span { border-color: #CE76F1; }
span { border-color: rgb(206,118,241); }
td.TdClassName
{
border-color: #CE76F1;
}
.TagClassName
{
border-color: #CE76F1;
}
</style>