Shades of Heliotrope #C57AE6
Tints of Heliotrope #C57AE6
RGB
CMYK
RGB Variations
Color information
#C57AE6 (or 0xC57AE6) is known color: Heliotrope. HEX triplet: C5, 7A and E6. RGB value is (197,122,230). Sum of RGB (Red+Green+Blue) = 197+122+230=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #C57AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AE6 is #3A8519. Grayscale: #9C9C9C. Windows color (decimal): -3835162 or 15104709. OLE color: 15104709.
HSL color Cylindrical-coordinate representation of color #C57AE6: hue angle of 281.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57AE6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 122 | 230 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.10 |
| HSL | 281.67º | 0.68% | 0.69% | - |
| HSV(B) | 281.67º | 0.47% | 0.9% | - |
| XYZ | 44.27 | 31.5 | 78.61 | - |
| YUV | 156.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 230 | 0.14 | 0.47 | 0 | 0.10 | 281.67 | 0.68 | 0.69 |
| Hex | C5 | 7A | E6 | E | 2F | 0 | A | 11A | 44 | 45 |
| Octal | 305 | 172 | 346 | 16 | 57 | 0 | 12 | 432 | 104 | 105 |
| Binary | 11000101 | 1111010 | 11100110 | 1110 | 101111 | 0 | 1010 | 100011010 | 1000100 | 1000101 |
Color Harmonies of #C57AE6
Complementary color
Monochromatic Colors of #C57AE6
Black with #C57AE6
Text Example
Text Example
White with #C57AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AE6; }
p { color: rgb(197,122,230); }
H1.HeaderClassName
{
color: #C57AE6;
}
.AnyTagClassName
{
color: #C57AE6;
}
</style>
background-color css
<style>
a { background-color: #C57AE6; }
a { background-color: rgb(197,122,230); }
div.DivClassName
{
background-color: #C57AE6;
}
.BgClassName
{
background-color: #C57AE6;
}
</style>
border-color css
<style>
span { border-color: #C57AE6; }
span { border-color: rgb(197,122,230); }
td.TdClassName
{
border-color: #C57AE6;
}
.TagClassName
{
border-color: #C57AE6;
}
</style>