Shades of Heliotrope #C07EEF
Tints of Heliotrope #C07EEF
RGB
CMYK
RGB Variations
Color information
#C07EEF (or 0xC07EEF) is known color: Heliotrope. HEX triplet: C0, 7E and EF. RGB value is (192,126,239). Sum of RGB (Red+Green+Blue) = 192+126+239=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #C07EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EEF is #3F8110. Grayscale: #9E9E9E. Windows color (decimal): -4161809 or 15695552. OLE color: 15695552.
HSL color Cylindrical-coordinate representation of color #C07EEF: hue angle of 275.04º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07EEF is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 126 | 239 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.06 |
| HSL | 275.04º | 0.78% | 0.72% | - |
| HSV(B) | 275.04º | 0.47% | 0.94% | - |
| XYZ | 44.78 | 32.36 | 85.55 | - |
| YUV | 158.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 239 | 0.20 | 0.47 | 0 | 0.06 | 275.04 | 0.78 | 0.72 |
| Hex | C0 | 7E | EF | 14 | 2F | 0 | 6 | 113 | 4E | 48 |
| Octal | 300 | 176 | 357 | 24 | 57 | 0 | 6 | 423 | 116 | 110 |
| Binary | 11000000 | 1111110 | 11101111 | 10100 | 101111 | 0 | 110 | 100010011 | 1001110 | 1001000 |
Color Harmonies of #C07EEF
Complementary color
Monochromatic Colors of #C07EEF
Black with #C07EEF
Text Example
Text Example
White with #C07EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EEF; }
p { color: rgb(192,126,239); }
H1.HeaderClassName
{
color: #C07EEF;
}
.AnyTagClassName
{
color: #C07EEF;
}
</style>
background-color css
<style>
a { background-color: #C07EEF; }
a { background-color: rgb(192,126,239); }
div.DivClassName
{
background-color: #C07EEF;
}
.BgClassName
{
background-color: #C07EEF;
}
</style>
border-color css
<style>
span { border-color: #C07EEF; }
span { border-color: rgb(192,126,239); }
td.TdClassName
{
border-color: #C07EEF;
}
.TagClassName
{
border-color: #C07EEF;
}
</style>