Shades of Heliotrope #C57AED
Tints of Heliotrope #C57AED
RGB
CMYK
RGB Variations
Color information
#C57AED (or 0xC57AED) is known color: Heliotrope. HEX triplet: C5, 7A and ED. RGB value is (197,122,237). Sum of RGB (Red+Green+Blue) = 197+122+237=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #C57AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AED is #3A8512. Grayscale: #9D9D9D. Windows color (decimal): -3835155 or 15563461. OLE color: 15563461.
HSL color Cylindrical-coordinate representation of color #C57AED: hue angle of 279.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57AED is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 122 | 237 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.07 |
| HSL | 279.13º | 0.76% | 0.7% | - |
| HSV(B) | 279.13º | 0.49% | 0.93% | - |
| XYZ | 45.27 | 31.9 | 83.89 | - |
| YUV | 157.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 237 | 0.17 | 0.49 | 0 | 0.07 | 279.13 | 0.76 | 0.7 |
| Hex | C5 | 7A | ED | 11 | 31 | 0 | 7 | 117 | 4C | 46 |
| Octal | 305 | 172 | 355 | 21 | 61 | 0 | 7 | 427 | 114 | 106 |
| Binary | 11000101 | 1111010 | 11101101 | 10001 | 110001 | 0 | 111 | 100010111 | 1001100 | 1000110 |
Color Harmonies of #C57AED
Complementary color
Monochromatic Colors of #C57AED
Black with #C57AED
Text Example
Text Example
White with #C57AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AED; }
p { color: rgb(197,122,237); }
H1.HeaderClassName
{
color: #C57AED;
}
.AnyTagClassName
{
color: #C57AED;
}
</style>
background-color css
<style>
a { background-color: #C57AED; }
a { background-color: rgb(197,122,237); }
div.DivClassName
{
background-color: #C57AED;
}
.BgClassName
{
background-color: #C57AED;
}
</style>
border-color css
<style>
span { border-color: #C57AED; }
span { border-color: rgb(197,122,237); }
td.TdClassName
{
border-color: #C57AED;
}
.TagClassName
{
border-color: #C57AED;
}
</style>