Shades of Heliotrope #C57AE4
Tints of Heliotrope #C57AE4
RGB
CMYK
RGB Variations
Color information
#C57AE4 (or 0xC57AE4) is known color: Heliotrope. HEX triplet: C5, 7A and E4. RGB value is (197,122,228). Sum of RGB (Red+Green+Blue) = 197+122+228=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #C57AE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57AE4 is #3A851B. Grayscale: #9C9C9C. Windows color (decimal): -3835164 or 14973637. OLE color: 14973637.
HSL color Cylindrical-coordinate representation of color #C57AE4: hue angle of 282.45º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C57AE4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 122 | 228 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.11 |
| HSL | 282.45º | 0.66% | 0.69% | - |
| HSV(B) | 282.45º | 0.46% | 0.89% | - |
| XYZ | 43.99 | 31.39 | 77.14 | - |
| YUV | 156.51 | 168.35 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 228 | 0.14 | 0.46 | 0 | 0.11 | 282.45 | 0.66 | 0.69 |
| Hex | C5 | 7A | E4 | E | 2E | 0 | B | 11A | 42 | 45 |
| Octal | 305 | 172 | 344 | 16 | 56 | 0 | 13 | 432 | 102 | 105 |
| Binary | 11000101 | 1111010 | 11100100 | 1110 | 101110 | 0 | 1011 | 100011010 | 1000010 | 1000101 |
Color Harmonies of #C57AE4
Complementary color
Monochromatic Colors of #C57AE4
Black with #C57AE4
Text Example
Text Example
White with #C57AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AE4; }
p { color: rgb(197,122,228); }
H1.HeaderClassName
{
color: #C57AE4;
}
.AnyTagClassName
{
color: #C57AE4;
}
</style>
background-color css
<style>
a { background-color: #C57AE4; }
a { background-color: rgb(197,122,228); }
div.DivClassName
{
background-color: #C57AE4;
}
.BgClassName
{
background-color: #C57AE4;
}
</style>
border-color css
<style>
span { border-color: #C57AE4; }
span { border-color: rgb(197,122,228); }
td.TdClassName
{
border-color: #C57AE4;
}
.TagClassName
{
border-color: #C57AE4;
}
</style>