Shades of Heliotrope #C07EFC
Tints of Heliotrope #C07EFC
RGB
CMYK
RGB Variations
Color information
#C07EFC (or 0xC07EFC) is known color: Heliotrope. HEX triplet: C0, 7E and FC. RGB value is (192,126,252). Sum of RGB (Red+Green+Blue) = 192+126+252=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #C07EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EFC is #3F8103. Grayscale: #9F9F9F. Windows color (decimal): -4161796 or 16547520. OLE color: 16547520.
HSL color Cylindrical-coordinate representation of color #C07EFC: hue angle of 271.43º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C07EFC is Cyan = 0.24, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 126 | 252 | - |
| CMYK | 0.24 | 0.5 | 0 | 0.01 |
| HSL | 271.43º | 0.95% | 0.74% | - |
| HSV(B) | 271.43º | 0.5% | 0.99% | - |
| XYZ | 46.77 | 33.16 | 96.03 | - |
| YUV | 160.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 252 | 0.24 | 0.5 | 0 | 0.01 | 271.43 | 0.95 | 0.74 |
| Hex | C0 | 7E | FC | 18 | 32 | 0 | 1 | 10F | 5F | 4A |
| Octal | 300 | 176 | 374 | 30 | 62 | 0 | 1 | 417 | 137 | 112 |
| Binary | 11000000 | 1111110 | 11111100 | 11000 | 110010 | 0 | 1 | 100001111 | 1011111 | 1001010 |
Color Harmonies of #C07EFC
Complementary color
Monochromatic Colors of #C07EFC
Black with #C07EFC
Text Example
Text Example
White with #C07EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EFC; }
p { color: rgb(192,126,252); }
H1.HeaderClassName
{
color: #C07EFC;
}
.AnyTagClassName
{
color: #C07EFC;
}
</style>
background-color css
<style>
a { background-color: #C07EFC; }
a { background-color: rgb(192,126,252); }
div.DivClassName
{
background-color: #C07EFC;
}
.BgClassName
{
background-color: #C07EFC;
}
</style>
border-color css
<style>
span { border-color: #C07EFC; }
span { border-color: rgb(192,126,252); }
td.TdClassName
{
border-color: #C07EFC;
}
.TagClassName
{
border-color: #C07EFC;
}
</style>