Shades of Heliotrope #C571EA
Tints of Heliotrope #C571EA
RGB
CMYK
RGB Variations
Color information
#C571EA (or 0xC571EA) is known color: Heliotrope. HEX triplet: C5, 71 and EA. RGB value is (197,113,234). Sum of RGB (Red+Green+Blue) = 197+113+234=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C571EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571EA is #3A8E15. Grayscale: #979797. Windows color (decimal): -3837462 or 15364549. OLE color: 15364549.
HSL color Cylindrical-coordinate representation of color #C571EA: hue angle of 281.65º 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 #C571EA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 113 | 234 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.08 |
| HSL | 281.65º | 0.74% | 0.68% | - |
| HSV(B) | 281.65º | 0.52% | 0.92% | - |
| XYZ | 43.78 | 29.62 | 81.25 | - |
| YUV | 151.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 234 | 0.16 | 0.52 | 0 | 0.08 | 281.65 | 0.74 | 0.68 |
| Hex | C5 | 71 | EA | 10 | 34 | 0 | 8 | 11A | 4A | 44 |
| Octal | 305 | 161 | 352 | 20 | 64 | 0 | 10 | 432 | 112 | 104 |
| Binary | 11000101 | 1110001 | 11101010 | 10000 | 110100 | 0 | 1000 | 100011010 | 1001010 | 1000100 |
Color Harmonies of #C571EA
Complementary color
Monochromatic Colors of #C571EA
Black with #C571EA
Text Example
Text Example
White with #C571EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571EA; }
p { color: rgb(197,113,234); }
H1.HeaderClassName
{
color: #C571EA;
}
.AnyTagClassName
{
color: #C571EA;
}
</style>
background-color css
<style>
a { background-color: #C571EA; }
a { background-color: rgb(197,113,234); }
div.DivClassName
{
background-color: #C571EA;
}
.BgClassName
{
background-color: #C571EA;
}
</style>
border-color css
<style>
span { border-color: #C571EA; }
span { border-color: rgb(197,113,234); }
td.TdClassName
{
border-color: #C571EA;
}
.TagClassName
{
border-color: #C571EA;
}
</style>