Shades of Heliotrope #C076F0
Tints of Heliotrope #C076F0
RGB
CMYK
RGB Variations
Color information
#C076F0 (or 0xC076F0) is known color: Heliotrope. HEX triplet: C0, 76 and F0. RGB value is (192,118,240). Sum of RGB (Red+Green+Blue) = 192+118+240=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #C076F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076F0 is #3F890F. Grayscale: #999999. Windows color (decimal): -4163856 or 15759040. OLE color: 15759040.
HSL color Cylindrical-coordinate representation of color #C076F0: hue angle of 276.39º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C076F0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 118 | 240 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.06 |
| HSL | 276.39º | 0.8% | 0.7% | - |
| HSV(B) | 276.39º | 0.51% | 0.94% | - |
| XYZ | 43.94 | 30.45 | 86 | - |
| YUV | 154.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 240 | 0.20 | 0.51 | 0 | 0.06 | 276.39 | 0.8 | 0.7 |
| Hex | C0 | 76 | F0 | 14 | 33 | 0 | 6 | 114 | 50 | 46 |
| Octal | 300 | 166 | 360 | 24 | 63 | 0 | 6 | 424 | 120 | 106 |
| Binary | 11000000 | 1110110 | 11110000 | 10100 | 110011 | 0 | 110 | 100010100 | 1010000 | 1000110 |
Color Harmonies of #C076F0
Complementary color
Monochromatic Colors of #C076F0
Black with #C076F0
Text Example
Text Example
White with #C076F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076F0; }
p { color: rgb(192,118,240); }
H1.HeaderClassName
{
color: #C076F0;
}
.AnyTagClassName
{
color: #C076F0;
}
</style>
background-color css
<style>
a { background-color: #C076F0; }
a { background-color: rgb(192,118,240); }
div.DivClassName
{
background-color: #C076F0;
}
.BgClassName
{
background-color: #C076F0;
}
</style>
border-color css
<style>
span { border-color: #C076F0; }
span { border-color: rgb(192,118,240); }
td.TdClassName
{
border-color: #C076F0;
}
.TagClassName
{
border-color: #C076F0;
}
</style>