Shades of Heliotrope #C077EF
Tints of Heliotrope #C077EF
RGB
CMYK
RGB Variations
Color information
#C077EF (or 0xC077EF) is known color: Heliotrope. HEX triplet: C0, 77 and EF. RGB value is (192,119,239). Sum of RGB (Red+Green+Blue) = 192+119+239=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C077EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077EF is #3F8810. Grayscale: #9A9A9A. Windows color (decimal): -4163601 or 15693760. OLE color: 15693760.
HSL color Cylindrical-coordinate representation of color #C077EF: hue angle of 276.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C077EF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 119 | 239 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.06 |
| HSL | 276.5º | 0.79% | 0.7% | - |
| HSV(B) | 276.5º | 0.5% | 0.94% | - |
| XYZ | 43.92 | 30.63 | 85.26 | - |
| YUV | 154.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 239 | 0.20 | 0.50 | 0 | 0.06 | 276.5 | 0.79 | 0.7 |
| Hex | C0 | 77 | EF | 14 | 32 | 0 | 6 | 114 | 4F | 46 |
| Octal | 300 | 167 | 357 | 24 | 62 | 0 | 6 | 424 | 117 | 106 |
| Binary | 11000000 | 1110111 | 11101111 | 10100 | 110010 | 0 | 110 | 100010100 | 1001111 | 1000110 |
Color Harmonies of #C077EF
Complementary color
Monochromatic Colors of #C077EF
Black with #C077EF
Text Example
Text Example
White with #C077EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077EF; }
p { color: rgb(192,119,239); }
H1.HeaderClassName
{
color: #C077EF;
}
.AnyTagClassName
{
color: #C077EF;
}
</style>
background-color css
<style>
a { background-color: #C077EF; }
a { background-color: rgb(192,119,239); }
div.DivClassName
{
background-color: #C077EF;
}
.BgClassName
{
background-color: #C077EF;
}
</style>
border-color css
<style>
span { border-color: #C077EF; }
span { border-color: rgb(192,119,239); }
td.TdClassName
{
border-color: #C077EF;
}
.TagClassName
{
border-color: #C077EF;
}
</style>