Shades of Heliotrope #C571EB
Tints of Heliotrope #C571EB
RGB
CMYK
RGB Variations
Color information
#C571EB (or 0xC571EB) is known color: Heliotrope. HEX triplet: C5, 71 and EB. RGB value is (197,113,235). Sum of RGB (Red+Green+Blue) = 197+113+235=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C571EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C571EB is #3A8E14. Grayscale: #979797. Windows color (decimal): -3837461 or 15430085. OLE color: 15430085.
HSL color Cylindrical-coordinate representation of color #C571EB: hue angle of 281.31º 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 #C571EB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 113 | 235 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.08 |
| HSL | 281.31º | 0.75% | 0.68% | - |
| HSV(B) | 281.31º | 0.52% | 0.92% | - |
| XYZ | 43.93 | 29.68 | 82.01 | - |
| YUV | 152.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 113 | 235 | 0.16 | 0.52 | 0 | 0.08 | 281.31 | 0.75 | 0.68 |
| Hex | C5 | 71 | EB | 10 | 34 | 0 | 8 | 119 | 4B | 44 |
| Octal | 305 | 161 | 353 | 20 | 64 | 0 | 10 | 431 | 113 | 104 |
| Binary | 11000101 | 1110001 | 11101011 | 10000 | 110100 | 0 | 1000 | 100011001 | 1001011 | 1000100 |
Color Harmonies of #C571EB
Complementary color
Monochromatic Colors of #C571EB
Black with #C571EB
Text Example
Text Example
White with #C571EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C571EB; }
p { color: rgb(197,113,235); }
H1.HeaderClassName
{
color: #C571EB;
}
.AnyTagClassName
{
color: #C571EB;
}
</style>
background-color css
<style>
a { background-color: #C571EB; }
a { background-color: rgb(197,113,235); }
div.DivClassName
{
background-color: #C571EB;
}
.BgClassName
{
background-color: #C571EB;
}
</style>
border-color css
<style>
span { border-color: #C571EB; }
span { border-color: rgb(197,113,235); }
td.TdClassName
{
border-color: #C571EB;
}
.TagClassName
{
border-color: #C571EB;
}
</style>