Shades of Heliotrope #C076EE
Tints of Heliotrope #C076EE
RGB
CMYK
RGB Variations
Color information
#C076EE (or 0xC076EE) is known color: Heliotrope. HEX triplet: C0, 76 and EE. RGB value is (192,118,238). Sum of RGB (Red+Green+Blue) = 192+118+238=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C076EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C076EE is #3F8911. Grayscale: #999999. Windows color (decimal): -4163858 or 15627968. OLE color: 15627968.
HSL color Cylindrical-coordinate representation of color #C076EE: hue angle of 277º degrees, saturation: 0.78, 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 #C076EE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 118 | 238 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 277º | 0.78% | 0.7% | - |
| HSV(B) | 277º | 0.5% | 0.93% | - |
| XYZ | 43.65 | 30.34 | 84.44 | - |
| YUV | 153.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 238 | 0.19 | 0.50 | 0 | 0.07 | 277 | 0.78 | 0.7 |
| Hex | C0 | 76 | EE | 13 | 32 | 0 | 7 | 115 | 4E | 46 |
| Octal | 300 | 166 | 356 | 23 | 62 | 0 | 7 | 425 | 116 | 106 |
| Binary | 11000000 | 1110110 | 11101110 | 10011 | 110010 | 0 | 111 | 100010101 | 1001110 | 1000110 |
Color Harmonies of #C076EE
Complementary color
Monochromatic Colors of #C076EE
Black with #C076EE
Text Example
Text Example
White with #C076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C076EE; }
p { color: rgb(192,118,238); }
H1.HeaderClassName
{
color: #C076EE;
}
.AnyTagClassName
{
color: #C076EE;
}
</style>
background-color css
<style>
a { background-color: #C076EE; }
a { background-color: rgb(192,118,238); }
div.DivClassName
{
background-color: #C076EE;
}
.BgClassName
{
background-color: #C076EE;
}
</style>
border-color css
<style>
span { border-color: #C076EE; }
span { border-color: rgb(192,118,238); }
td.TdClassName
{
border-color: #C076EE;
}
.TagClassName
{
border-color: #C076EE;
}
</style>