Shades of Heliotrope #C07EF1
Tints of Heliotrope #C07EF1
RGB
CMYK
RGB Variations
Color information
#C07EF1 (or 0xC07EF1) is known color: Heliotrope. HEX triplet: C0, 7E and F1. RGB value is (192,126,241). Sum of RGB (Red+Green+Blue) = 192+126+241=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #C07EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EF1 is #3F810E. Grayscale: #9E9E9E. Windows color (decimal): -4161807 or 15826624. OLE color: 15826624.
HSL color Cylindrical-coordinate representation of color #C07EF1: hue angle of 274.43º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07EF1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 126 | 241 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.05 |
| HSL | 274.43º | 0.8% | 0.72% | - |
| HSV(B) | 274.43º | 0.48% | 0.95% | - |
| XYZ | 45.08 | 32.48 | 87.11 | - |
| YUV | 158.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 241 | 0.20 | 0.48 | 0 | 0.05 | 274.43 | 0.8 | 0.72 |
| Hex | C0 | 7E | F1 | 14 | 30 | 0 | 5 | 112 | 50 | 48 |
| Octal | 300 | 176 | 361 | 24 | 60 | 0 | 5 | 422 | 120 | 110 |
| Binary | 11000000 | 1111110 | 11110001 | 10100 | 110000 | 0 | 101 | 100010010 | 1010000 | 1001000 |
Color Harmonies of #C07EF1
Complementary color
Monochromatic Colors of #C07EF1
Black with #C07EF1
Text Example
Text Example
White with #C07EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EF1; }
p { color: rgb(192,126,241); }
H1.HeaderClassName
{
color: #C07EF1;
}
.AnyTagClassName
{
color: #C07EF1;
}
</style>
background-color css
<style>
a { background-color: #C07EF1; }
a { background-color: rgb(192,126,241); }
div.DivClassName
{
background-color: #C07EF1;
}
.BgClassName
{
background-color: #C07EF1;
}
</style>
border-color css
<style>
span { border-color: #C07EF1; }
span { border-color: rgb(192,126,241); }
td.TdClassName
{
border-color: #C07EF1;
}
.TagClassName
{
border-color: #C07EF1;
}
</style>