Shades of Heliotrope #C076ED
Tints of Heliotrope #C076ED
RGB
CMYK
RGB Variations
Color information
#C076ED (or 0xC076ED) is known color: Heliotrope. HEX triplet: C0, 76 and ED. RGB value is (192,118,237). Sum of RGB (Red+Green+Blue) = 192+118+237=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #C076ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076ED is #3F8912. Grayscale: #999999. Windows color (decimal): -4163859 or 15562432. OLE color: 15562432.
HSL color Cylindrical-coordinate representation of color #C076ED: hue angle of 277.31º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C076ED is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 118 | 237 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 277.31º | 0.77% | 0.7% | - |
| HSV(B) | 277.31º | 0.5% | 0.93% | - |
| XYZ | 43.5 | 30.28 | 83.67 | - |
| YUV | 153.69 | 175.02 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 237 | 0.19 | 0.50 | 0 | 0.07 | 277.31 | 0.77 | 0.7 |
| Hex | C0 | 76 | ED | 13 | 32 | 0 | 7 | 115 | 4D | 46 |
| Octal | 300 | 166 | 355 | 23 | 62 | 0 | 7 | 425 | 115 | 106 |
| Binary | 11000000 | 1110110 | 11101101 | 10011 | 110010 | 0 | 111 | 100010101 | 1001101 | 1000110 |
Color Harmonies of #C076ED
Complementary color
Monochromatic Colors of #C076ED
Black with #C076ED
Text Example
Text Example
White with #C076ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076ED; }
p { color: rgb(192,118,237); }
H1.HeaderClassName
{
color: #C076ED;
}
.AnyTagClassName
{
color: #C076ED;
}
</style>
background-color css
<style>
a { background-color: #C076ED; }
a { background-color: rgb(192,118,237); }
div.DivClassName
{
background-color: #C076ED;
}
.BgClassName
{
background-color: #C076ED;
}
</style>
border-color css
<style>
span { border-color: #C076ED; }
span { border-color: rgb(192,118,237); }
td.TdClassName
{
border-color: #C076ED;
}
.TagClassName
{
border-color: #C076ED;
}
</style>