Shades of Heliotrope #C76EEC
Tints of Heliotrope #C76EEC
RGB
CMYK
RGB Variations
Color information
#C76EEC (or 0xC76EEC) is known color: Heliotrope. HEX triplet: C7, 6E and EC. RGB value is (199,110,236). Sum of RGB (Red+Green+Blue) = 199+110+236=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #C76EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C76EEC is #389113. Grayscale: #969696. Windows color (decimal): -3707156 or 15494855. OLE color: 15494855.
HSL color Cylindrical-coordinate representation of color #C76EEC: hue angle of 282.38º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C76EEC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 110 | 236 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.07 |
| HSL | 282.38º | 0.77% | 0.68% | - |
| HSV(B) | 282.38º | 0.53% | 0.93% | - |
| XYZ | 44.27 | 29.35 | 82.69 | - |
| YUV | 150.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 236 | 0.16 | 0.53 | 0 | 0.07 | 282.38 | 0.77 | 0.68 |
| Hex | C7 | 6E | EC | 10 | 35 | 0 | 7 | 11A | 4D | 44 |
| Octal | 307 | 156 | 354 | 20 | 65 | 0 | 7 | 432 | 115 | 104 |
| Binary | 11000111 | 1101110 | 11101100 | 10000 | 110101 | 0 | 111 | 100011010 | 1001101 | 1000100 |
Color Harmonies of #C76EEC
Complementary color
Monochromatic Colors of #C76EEC
Black with #C76EEC
Text Example
Text Example
White with #C76EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EEC; }
p { color: rgb(199,110,236); }
H1.HeaderClassName
{
color: #C76EEC;
}
.AnyTagClassName
{
color: #C76EEC;
}
</style>
background-color css
<style>
a { background-color: #C76EEC; }
a { background-color: rgb(199,110,236); }
div.DivClassName
{
background-color: #C76EEC;
}
.BgClassName
{
background-color: #C76EEC;
}
</style>
border-color css
<style>
span { border-color: #C76EEC; }
span { border-color: rgb(199,110,236); }
td.TdClassName
{
border-color: #C76EEC;
}
.TagClassName
{
border-color: #C76EEC;
}
</style>