Shades of Heliotrope #C07EF4
Tints of Heliotrope #C07EF4
RGB
CMYK
RGB Variations
Color information
#C07EF4 (or 0xC07EF4) is known color: Heliotrope. HEX triplet: C0, 7E and F4. RGB value is (192,126,244). Sum of RGB (Red+Green+Blue) = 192+126+244=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 244 - color contains mainly: blue. Hex color #C07EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EF4 is #3F810B. Grayscale: #9E9E9E. Windows color (decimal): -4161804 or 16023232. OLE color: 16023232.
HSL color Cylindrical-coordinate representation of color #C07EF4: hue angle of 273.56º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07EF4 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 126 | 244 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.04 |
| HSL | 273.56º | 0.84% | 0.73% | - |
| HSV(B) | 273.56º | 0.48% | 0.96% | - |
| XYZ | 45.53 | 32.66 | 89.49 | - |
| YUV | 159.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 244 | 0.21 | 0.48 | 0 | 0.04 | 273.56 | 0.84 | 0.73 |
| Hex | C0 | 7E | F4 | 15 | 30 | 0 | 4 | 112 | 54 | 49 |
| Octal | 300 | 176 | 364 | 25 | 60 | 0 | 4 | 422 | 124 | 111 |
| Binary | 11000000 | 1111110 | 11110100 | 10101 | 110000 | 0 | 100 | 100010010 | 1010100 | 1001001 |
Color Harmonies of #C07EF4
Complementary color
Monochromatic Colors of #C07EF4
Black with #C07EF4
Text Example
Text Example
White with #C07EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EF4; }
p { color: rgb(192,126,244); }
H1.HeaderClassName
{
color: #C07EF4;
}
.AnyTagClassName
{
color: #C07EF4;
}
</style>
background-color css
<style>
a { background-color: #C07EF4; }
a { background-color: rgb(192,126,244); }
div.DivClassName
{
background-color: #C07EF4;
}
.BgClassName
{
background-color: #C07EF4;
}
</style>
border-color css
<style>
span { border-color: #C07EF4; }
span { border-color: rgb(192,126,244); }
td.TdClassName
{
border-color: #C07EF4;
}
.TagClassName
{
border-color: #C07EF4;
}
</style>