Shades of Heliotrope #C077EE
Tints of Heliotrope #C077EE
RGB
CMYK
RGB Variations
Color information
#C077EE (or 0xC077EE) is known color: Heliotrope. HEX triplet: C0, 77 and EE. RGB value is (192,119,238). Sum of RGB (Red+Green+Blue) = 192+119+238=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C077EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077EE is #3F8811. Grayscale: #999999. Windows color (decimal): -4163602 or 15628224. OLE color: 15628224.
HSL color Cylindrical-coordinate representation of color #C077EE: hue angle of 276.81º 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 #C077EE is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 119 | 238 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.07 |
| HSL | 276.81º | 0.78% | 0.7% | - |
| HSV(B) | 276.81º | 0.5% | 0.93% | - |
| XYZ | 43.77 | 30.57 | 84.48 | - |
| YUV | 154.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 238 | 0.19 | 0.50 | 0 | 0.07 | 276.81 | 0.78 | 0.7 |
| Hex | C0 | 77 | EE | 13 | 32 | 0 | 7 | 115 | 4E | 46 |
| Octal | 300 | 167 | 356 | 23 | 62 | 0 | 7 | 425 | 116 | 106 |
| Binary | 11000000 | 1110111 | 11101110 | 10011 | 110010 | 0 | 111 | 100010101 | 1001110 | 1000110 |
Color Harmonies of #C077EE
Complementary color
Monochromatic Colors of #C077EE
Black with #C077EE
Text Example
Text Example
White with #C077EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077EE; }
p { color: rgb(192,119,238); }
H1.HeaderClassName
{
color: #C077EE;
}
.AnyTagClassName
{
color: #C077EE;
}
</style>
background-color css
<style>
a { background-color: #C077EE; }
a { background-color: rgb(192,119,238); }
div.DivClassName
{
background-color: #C077EE;
}
.BgClassName
{
background-color: #C077EE;
}
</style>
border-color css
<style>
span { border-color: #C077EE; }
span { border-color: rgb(192,119,238); }
td.TdClassName
{
border-color: #C077EE;
}
.TagClassName
{
border-color: #C077EE;
}
</style>