Shades of Heliotrope #C07EF3
Tints of Heliotrope #C07EF3
RGB
CMYK
RGB Variations
Color information
#C07EF3 (or 0xC07EF3) is known color: Heliotrope. HEX triplet: C0, 7E and F3. RGB value is (192,126,243). Sum of RGB (Red+Green+Blue) = 192+126+243=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #C07EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EF3 is #3F810C. Grayscale: #9E9E9E. Windows color (decimal): -4161805 or 15957696. OLE color: 15957696.
HSL color Cylindrical-coordinate representation of color #C07EF3: hue angle of 273.85º degrees, saturation: 0.83, 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 #C07EF3 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 126 | 243 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.05 |
| HSL | 273.85º | 0.83% | 0.72% | - |
| HSV(B) | 273.85º | 0.48% | 0.95% | - |
| XYZ | 45.38 | 32.6 | 88.69 | - |
| YUV | 159.07 | 175.37 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 243 | 0.21 | 0.48 | 0 | 0.05 | 273.85 | 0.83 | 0.72 |
| Hex | C0 | 7E | F3 | 15 | 30 | 0 | 5 | 112 | 53 | 48 |
| Octal | 300 | 176 | 363 | 25 | 60 | 0 | 5 | 422 | 123 | 110 |
| Binary | 11000000 | 1111110 | 11110011 | 10101 | 110000 | 0 | 101 | 100010010 | 1010011 | 1001000 |
Color Harmonies of #C07EF3
Complementary color
Monochromatic Colors of #C07EF3
Black with #C07EF3
Text Example
Text Example
White with #C07EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EF3; }
p { color: rgb(192,126,243); }
H1.HeaderClassName
{
color: #C07EF3;
}
.AnyTagClassName
{
color: #C07EF3;
}
</style>
background-color css
<style>
a { background-color: #C07EF3; }
a { background-color: rgb(192,126,243); }
div.DivClassName
{
background-color: #C07EF3;
}
.BgClassName
{
background-color: #C07EF3;
}
</style>
border-color css
<style>
span { border-color: #C07EF3; }
span { border-color: rgb(192,126,243); }
td.TdClassName
{
border-color: #C07EF3;
}
.TagClassName
{
border-color: #C07EF3;
}
</style>