Shades of Heliotrope #C071EF
Tints of Heliotrope #C071EF
RGB
CMYK
RGB Variations
Color information
#C071EF (or 0xC071EF) is known color: Heliotrope. HEX triplet: C0, 71 and EF. RGB value is (192,113,239). Sum of RGB (Red+Green+Blue) = 192+113+239=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #C071EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071EF is #3F8E10. Grayscale: #969696. Windows color (decimal): -4165137 or 15692224. OLE color: 15692224.
HSL color Cylindrical-coordinate representation of color #C071EF: hue angle of 277.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C071EF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 113 | 239 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.06 |
| HSL | 277.62º | 0.8% | 0.69% | - |
| HSV(B) | 277.62º | 0.53% | 0.94% | - |
| XYZ | 43.22 | 29.25 | 85.03 | - |
| YUV | 150.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 239 | 0.20 | 0.53 | 0 | 0.06 | 277.62 | 0.8 | 0.69 |
| Hex | C0 | 71 | EF | 14 | 35 | 0 | 6 | 116 | 50 | 45 |
| Octal | 300 | 161 | 357 | 24 | 65 | 0 | 6 | 426 | 120 | 105 |
| Binary | 11000000 | 1110001 | 11101111 | 10100 | 110101 | 0 | 110 | 100010110 | 1010000 | 1000101 |
Color Harmonies of #C071EF
Complementary color
Monochromatic Colors of #C071EF
Black with #C071EF
Text Example
Text Example
White with #C071EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071EF; }
p { color: rgb(192,113,239); }
H1.HeaderClassName
{
color: #C071EF;
}
.AnyTagClassName
{
color: #C071EF;
}
</style>
background-color css
<style>
a { background-color: #C071EF; }
a { background-color: rgb(192,113,239); }
div.DivClassName
{
background-color: #C071EF;
}
.BgClassName
{
background-color: #C071EF;
}
</style>
border-color css
<style>
span { border-color: #C071EF; }
span { border-color: rgb(192,113,239); }
td.TdClassName
{
border-color: #C071EF;
}
.TagClassName
{
border-color: #C071EF;
}
</style>