Shades of Heliotrope #C077E9
Tints of Heliotrope #C077E9
RGB
CMYK
RGB Variations
Color information
#C077E9 (or 0xC077E9) is known color: Heliotrope. HEX triplet: C0, 77 and E9. RGB value is (192,119,233). Sum of RGB (Red+Green+Blue) = 192+119+233=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #C077E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C077E9 is #3F8816. Grayscale: #999999. Windows color (decimal): -4163607 or 15300544. OLE color: 15300544.
HSL color Cylindrical-coordinate representation of color #C077E9: hue angle of 278.42º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C077E9 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 119 | 233 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.09 |
| HSL | 278.42º | 0.72% | 0.69% | - |
| HSV(B) | 278.42º | 0.49% | 0.91% | - |
| XYZ | 43.04 | 30.28 | 80.67 | - |
| YUV | 153.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 233 | 0.18 | 0.49 | 0 | 0.09 | 278.42 | 0.72 | 0.69 |
| Hex | C0 | 77 | E9 | 12 | 31 | 0 | 9 | 116 | 48 | 45 |
| Octal | 300 | 167 | 351 | 22 | 61 | 0 | 11 | 426 | 110 | 105 |
| Binary | 11000000 | 1110111 | 11101001 | 10010 | 110001 | 0 | 1001 | 100010110 | 1001000 | 1000101 |
Color Harmonies of #C077E9
Complementary color
Monochromatic Colors of #C077E9
Black with #C077E9
Text Example
Text Example
White with #C077E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077E9; }
p { color: rgb(192,119,233); }
H1.HeaderClassName
{
color: #C077E9;
}
.AnyTagClassName
{
color: #C077E9;
}
</style>
background-color css
<style>
a { background-color: #C077E9; }
a { background-color: rgb(192,119,233); }
div.DivClassName
{
background-color: #C077E9;
}
.BgClassName
{
background-color: #C077E9;
}
</style>
border-color css
<style>
span { border-color: #C077E9; }
span { border-color: rgb(192,119,233); }
td.TdClassName
{
border-color: #C077E9;
}
.TagClassName
{
border-color: #C077E9;
}
</style>