Shades of Viola #C58DA0
Tints of Viola #C58DA0
RGB
CMYK
RGB Variations
Color information
#C58DA0 (or 0xC58DA0) is known color: Viola. HEX triplet: C5, 8D and A0. RGB value is (197,141,160). Sum of RGB (Red+Green+Blue) = 197+141+160=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58DA0 is #3A725F. Grayscale: #9F9F9F. Windows color (decimal): -3830368 or 10522053. OLE color: 10522053.
HSL color Cylindrical-coordinate representation of color #C58DA0: hue angle of 339.64º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DA0 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 160 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.23 |
| HSL | 339.64º | 0.33% | 0.66% | - |
| HSV(B) | 339.64º | 0.28% | 0.77% | - |
| XYZ | 38.9 | 33.46 | 37.67 | - |
| YUV | 159.91 | 128.05 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 160 | 0 | 0.28 | 0.19 | 0.23 | 339.64 | 0.33 | 0.66 |
| Hex | C5 | 8D | A0 | 0 | 1C | 13 | 17 | 154 | 21 | 42 |
| Octal | 305 | 215 | 240 | 0 | 34 | 23 | 27 | 524 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10100000 | 0 | 11100 | 10011 | 10111 | 101010100 | 100001 | 1000010 |
Color Harmonies of #C58DA0
Complementary color
Monochromatic Colors of #C58DA0
Black with #C58DA0
Text Example
Text Example
White with #C58DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DA0; }
p { color: rgb(197,141,160); }
H1.HeaderClassName
{
color: #C58DA0;
}
.AnyTagClassName
{
color: #C58DA0;
}
</style>
background-color css
<style>
a { background-color: #C58DA0; }
a { background-color: rgb(197,141,160); }
div.DivClassName
{
background-color: #C58DA0;
}
.BgClassName
{
background-color: #C58DA0;
}
</style>
border-color css
<style>
span { border-color: #C58DA0; }
span { border-color: rgb(197,141,160); }
td.TdClassName
{
border-color: #C58DA0;
}
.TagClassName
{
border-color: #C58DA0;
}
</style>