Shades of Heliotrope #C071ED
Tints of Heliotrope #C071ED
RGB
CMYK
RGB Variations
Color information
#C071ED (or 0xC071ED) is known color: Heliotrope. HEX triplet: C0, 71 and ED. RGB value is (192,113,237). Sum of RGB (Red+Green+Blue) = 192+113+237=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C071ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071ED is #3F8E12. Grayscale: #969696. Windows color (decimal): -4165139 or 15561152. OLE color: 15561152.
HSL color Cylindrical-coordinate representation of color #C071ED: hue angle of 278.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C071ED is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 113 | 237 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.07 |
| HSL | 278.23º | 0.78% | 0.69% | - |
| HSV(B) | 278.23º | 0.52% | 0.93% | - |
| XYZ | 42.93 | 29.13 | 83.48 | - |
| YUV | 150.76 | 176.67 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 237 | 0.19 | 0.52 | 0 | 0.07 | 278.23 | 0.78 | 0.69 |
| Hex | C0 | 71 | ED | 13 | 34 | 0 | 7 | 116 | 4E | 45 |
| Octal | 300 | 161 | 355 | 23 | 64 | 0 | 7 | 426 | 116 | 105 |
| Binary | 11000000 | 1110001 | 11101101 | 10011 | 110100 | 0 | 111 | 100010110 | 1001110 | 1000101 |
Color Harmonies of #C071ED
Complementary color
Monochromatic Colors of #C071ED
Black with #C071ED
Text Example
Text Example
White with #C071ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071ED; }
p { color: rgb(192,113,237); }
H1.HeaderClassName
{
color: #C071ED;
}
.AnyTagClassName
{
color: #C071ED;
}
</style>
background-color css
<style>
a { background-color: #C071ED; }
a { background-color: rgb(192,113,237); }
div.DivClassName
{
background-color: #C071ED;
}
.BgClassName
{
background-color: #C071ED;
}
</style>
border-color css
<style>
span { border-color: #C071ED; }
span { border-color: rgb(192,113,237); }
td.TdClassName
{
border-color: #C071ED;
}
.TagClassName
{
border-color: #C071ED;
}
</style>