Shades of Heliotrope #C077ED
Tints of Heliotrope #C077ED
RGB
CMYK
RGB Variations
Color information
#C077ED (or 0xC077ED) is known color: Heliotrope. HEX triplet: C0, 77 and ED. RGB value is (192,119,237). Sum of RGB (Red+Green+Blue) = 192+119+237=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C077ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077ED is #3F8812. Grayscale: #999999. Windows color (decimal): -4163603 or 15562688. OLE color: 15562688.
HSL color Cylindrical-coordinate representation of color #C077ED: hue angle of 277.12º 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 #C077ED is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 119 | 237 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 277.12º | 0.77% | 0.7% | - |
| HSV(B) | 277.12º | 0.5% | 0.93% | - |
| XYZ | 43.62 | 30.51 | 83.71 | - |
| YUV | 154.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 237 | 0.19 | 0.50 | 0 | 0.07 | 277.12 | 0.77 | 0.7 |
| Hex | C0 | 77 | ED | 13 | 32 | 0 | 7 | 115 | 4D | 46 |
| Octal | 300 | 167 | 355 | 23 | 62 | 0 | 7 | 425 | 115 | 106 |
| Binary | 11000000 | 1110111 | 11101101 | 10011 | 110010 | 0 | 111 | 100010101 | 1001101 | 1000110 |
Color Harmonies of #C077ED
Complementary color
Monochromatic Colors of #C077ED
Black with #C077ED
Text Example
Text Example
White with #C077ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077ED; }
p { color: rgb(192,119,237); }
H1.HeaderClassName
{
color: #C077ED;
}
.AnyTagClassName
{
color: #C077ED;
}
</style>
background-color css
<style>
a { background-color: #C077ED; }
a { background-color: rgb(192,119,237); }
div.DivClassName
{
background-color: #C077ED;
}
.BgClassName
{
background-color: #C077ED;
}
</style>
border-color css
<style>
span { border-color: #C077ED; }
span { border-color: rgb(192,119,237); }
td.TdClassName
{
border-color: #C077ED;
}
.TagClassName
{
border-color: #C077ED;
}
</style>