Shades of Heliotrope #C077F0
Tints of Heliotrope #C077F0
RGB
CMYK
RGB Variations
Color information
#C077F0 (or 0xC077F0) is known color: Heliotrope. HEX triplet: C0, 77 and F0. RGB value is (192,119,240). Sum of RGB (Red+Green+Blue) = 192+119+240=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #C077F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077F0 is #3F880F. Grayscale: #9A9A9A. Windows color (decimal): -4163600 or 15759296. OLE color: 15759296.
HSL color Cylindrical-coordinate representation of color #C077F0: hue angle of 276.2º degrees, saturation: 0.8, 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 #C077F0 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 119 | 240 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.06 |
| HSL | 276.2º | 0.8% | 0.7% | - |
| HSV(B) | 276.2º | 0.5% | 0.94% | - |
| XYZ | 44.06 | 30.69 | 86.04 | - |
| YUV | 154.62 | 176.18 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 240 | 0.20 | 0.50 | 0 | 0.06 | 276.2 | 0.8 | 0.7 |
| Hex | C0 | 77 | F0 | 14 | 32 | 0 | 6 | 114 | 50 | 46 |
| Octal | 300 | 167 | 360 | 24 | 62 | 0 | 6 | 424 | 120 | 106 |
| Binary | 11000000 | 1110111 | 11110000 | 10100 | 110010 | 0 | 110 | 100010100 | 1010000 | 1000110 |
Color Harmonies of #C077F0
Complementary color
Monochromatic Colors of #C077F0
Black with #C077F0
Text Example
Text Example
White with #C077F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077F0; }
p { color: rgb(192,119,240); }
H1.HeaderClassName
{
color: #C077F0;
}
.AnyTagClassName
{
color: #C077F0;
}
</style>
background-color css
<style>
a { background-color: #C077F0; }
a { background-color: rgb(192,119,240); }
div.DivClassName
{
background-color: #C077F0;
}
.BgClassName
{
background-color: #C077F0;
}
</style>
border-color css
<style>
span { border-color: #C077F0; }
span { border-color: rgb(192,119,240); }
td.TdClassName
{
border-color: #C077F0;
}
.TagClassName
{
border-color: #C077F0;
}
</style>