Shades of Heliotrope #C071EB
Tints of Heliotrope #C071EB
RGB
CMYK
RGB Variations
Color information
#C071EB (or 0xC071EB) is known color: Heliotrope. HEX triplet: C0, 71 and EB. RGB value is (192,113,235). Sum of RGB (Red+Green+Blue) = 192+113+235=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #C071EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071EB is #3F8E14. Grayscale: #969696. Windows color (decimal): -4165141 or 15430080. OLE color: 15430080.
HSL color Cylindrical-coordinate representation of color #C071EB: hue angle of 278.85º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C071EB is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 113 | 235 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.08 |
| HSL | 278.85º | 0.75% | 0.68% | - |
| HSV(B) | 278.85º | 0.52% | 0.92% | - |
| XYZ | 42.64 | 29.01 | 81.95 | - |
| YUV | 150.53 | 175.67 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 235 | 0.18 | 0.52 | 0 | 0.08 | 278.85 | 0.75 | 0.68 |
| Hex | C0 | 71 | EB | 12 | 34 | 0 | 8 | 117 | 4B | 44 |
| Octal | 300 | 161 | 353 | 22 | 64 | 0 | 10 | 427 | 113 | 104 |
| Binary | 11000000 | 1110001 | 11101011 | 10010 | 110100 | 0 | 1000 | 100010111 | 1001011 | 1000100 |
Color Harmonies of #C071EB
Complementary color
Monochromatic Colors of #C071EB
Black with #C071EB
Text Example
Text Example
White with #C071EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071EB; }
p { color: rgb(192,113,235); }
H1.HeaderClassName
{
color: #C071EB;
}
.AnyTagClassName
{
color: #C071EB;
}
</style>
background-color css
<style>
a { background-color: #C071EB; }
a { background-color: rgb(192,113,235); }
div.DivClassName
{
background-color: #C071EB;
}
.BgClassName
{
background-color: #C071EB;
}
</style>
border-color css
<style>
span { border-color: #C071EB; }
span { border-color: rgb(192,113,235); }
td.TdClassName
{
border-color: #C071EB;
}
.TagClassName
{
border-color: #C071EB;
}
</style>