Shades of Heliotrope #C071EA
Tints of Heliotrope #C071EA
RGB
CMYK
RGB Variations
Color information
#C071EA (or 0xC071EA) is known color: Heliotrope. HEX triplet: C0, 71 and EA. RGB value is (192,113,234). Sum of RGB (Red+Green+Blue) = 192+113+234=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #C071EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071EA is #3F8E15. Grayscale: #969696. Windows color (decimal): -4165142 or 15364544. OLE color: 15364544.
HSL color Cylindrical-coordinate representation of color #C071EA: hue angle of 279.17º degrees, saturation: 0.74, 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 #C071EA is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 113 | 234 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.08 |
| HSL | 279.17º | 0.74% | 0.68% | - |
| HSV(B) | 279.17º | 0.52% | 0.92% | - |
| XYZ | 42.49 | 28.96 | 81.19 | - |
| YUV | 150.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 234 | 0.18 | 0.52 | 0 | 0.08 | 279.17 | 0.74 | 0.68 |
| Hex | C0 | 71 | EA | 12 | 34 | 0 | 8 | 117 | 4A | 44 |
| Octal | 300 | 161 | 352 | 22 | 64 | 0 | 10 | 427 | 112 | 104 |
| Binary | 11000000 | 1110001 | 11101010 | 10010 | 110100 | 0 | 1000 | 100010111 | 1001010 | 1000100 |
Color Harmonies of #C071EA
Complementary color
Monochromatic Colors of #C071EA
Black with #C071EA
Text Example
Text Example
White with #C071EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C071EA; }
p { color: rgb(192,113,234); }
H1.HeaderClassName
{
color: #C071EA;
}
.AnyTagClassName
{
color: #C071EA;
}
</style>
background-color css
<style>
a { background-color: #C071EA; }
a { background-color: rgb(192,113,234); }
div.DivClassName
{
background-color: #C071EA;
}
.BgClassName
{
background-color: #C071EA;
}
</style>
border-color css
<style>
span { border-color: #C071EA; }
span { border-color: rgb(192,113,234); }
td.TdClassName
{
border-color: #C071EA;
}
.TagClassName
{
border-color: #C071EA;
}
</style>