Shades of Heliotrope #C072EF
Tints of Heliotrope #C072EF
RGB
CMYK
RGB Variations
Color information
#C072EF (or 0xC072EF) is known color: Heliotrope. HEX triplet: C0, 72 and EF. RGB value is (192,114,239). Sum of RGB (Red+Green+Blue) = 192+114+239=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #C072EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072EF is #3F8D10. Grayscale: #979797. Windows color (decimal): -4164881 or 15692480. OLE color: 15692480.
HSL color Cylindrical-coordinate representation of color #C072EF: hue angle of 277.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C072EF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 114 | 239 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.06 |
| HSL | 277.44º | 0.8% | 0.69% | - |
| HSV(B) | 277.44º | 0.52% | 0.94% | - |
| XYZ | 43.34 | 29.47 | 85.07 | - |
| YUV | 151.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 239 | 0.20 | 0.52 | 0 | 0.06 | 277.44 | 0.8 | 0.69 |
| Hex | C0 | 72 | EF | 14 | 34 | 0 | 6 | 115 | 50 | 45 |
| Octal | 300 | 162 | 357 | 24 | 64 | 0 | 6 | 425 | 120 | 105 |
| Binary | 11000000 | 1110010 | 11101111 | 10100 | 110100 | 0 | 110 | 100010101 | 1010000 | 1000101 |
Color Harmonies of #C072EF
Complementary color
Monochromatic Colors of #C072EF
Black with #C072EF
Text Example
Text Example
White with #C072EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072EF; }
p { color: rgb(192,114,239); }
H1.HeaderClassName
{
color: #C072EF;
}
.AnyTagClassName
{
color: #C072EF;
}
</style>
background-color css
<style>
a { background-color: #C072EF; }
a { background-color: rgb(192,114,239); }
div.DivClassName
{
background-color: #C072EF;
}
.BgClassName
{
background-color: #C072EF;
}
</style>
border-color css
<style>
span { border-color: #C072EF; }
span { border-color: rgb(192,114,239); }
td.TdClassName
{
border-color: #C072EF;
}
.TagClassName
{
border-color: #C072EF;
}
</style>