Shades of Heliotrope #C07AE9
Tints of Heliotrope #C07AE9
RGB
CMYK
RGB Variations
Color information
#C07AE9 (or 0xC07AE9) is known color: Heliotrope. HEX triplet: C0, 7A and E9. RGB value is (192,122,233). Sum of RGB (Red+Green+Blue) = 192+122+233=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #C07AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07AE9 is #3F8516. Grayscale: #9B9B9B. Windows color (decimal): -4162839 or 15301312. OLE color: 15301312.
HSL color Cylindrical-coordinate representation of color #C07AE9: hue angle of 277.84º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07AE9 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 122 | 233 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.09 |
| HSL | 277.84º | 0.72% | 0.7% | - |
| HSV(B) | 277.84º | 0.48% | 0.91% | - |
| XYZ | 43.41 | 31.01 | 80.79 | - |
| YUV | 155.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 233 | 0.18 | 0.48 | 0 | 0.09 | 277.84 | 0.72 | 0.7 |
| Hex | C0 | 7A | E9 | 12 | 30 | 0 | 9 | 116 | 48 | 46 |
| Octal | 300 | 172 | 351 | 22 | 60 | 0 | 11 | 426 | 110 | 106 |
| Binary | 11000000 | 1111010 | 11101001 | 10010 | 110000 | 0 | 1001 | 100010110 | 1001000 | 1000110 |
Color Harmonies of #C07AE9
Complementary color
Monochromatic Colors of #C07AE9
Black with #C07AE9
Text Example
Text Example
White with #C07AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AE9; }
p { color: rgb(192,122,233); }
H1.HeaderClassName
{
color: #C07AE9;
}
.AnyTagClassName
{
color: #C07AE9;
}
</style>
background-color css
<style>
a { background-color: #C07AE9; }
a { background-color: rgb(192,122,233); }
div.DivClassName
{
background-color: #C07AE9;
}
.BgClassName
{
background-color: #C07AE9;
}
</style>
border-color css
<style>
span { border-color: #C07AE9; }
span { border-color: rgb(192,122,233); }
td.TdClassName
{
border-color: #C07AE9;
}
.TagClassName
{
border-color: #C07AE9;
}
</style>