Shades of Viola #C58DA5
Tints of Viola #C58DA5
RGB
CMYK
RGB Variations
Color information
#C58DA5 (or 0xC58DA5) is known color: Viola. HEX triplet: C5, 8D and A5. RGB value is (197,141,165). Sum of RGB (Red+Green+Blue) = 197+141+165=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58DA5 is #3A725A. Grayscale: #A0A0A0. Windows color (decimal): -3830363 or 10849733. OLE color: 10849733.
HSL color Cylindrical-coordinate representation of color #C58DA5: hue angle of 334.29º 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 #C58DA5 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 165 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.23 |
| HSL | 334.29º | 0.33% | 0.66% | - |
| HSV(B) | 334.29º | 0.28% | 0.77% | - |
| XYZ | 39.34 | 33.64 | 40.02 | - |
| YUV | 160.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 165 | 0 | 0.28 | 0.16 | 0.23 | 334.29 | 0.33 | 0.66 |
| Hex | C5 | 8D | A5 | 0 | 1C | 10 | 17 | 14E | 21 | 42 |
| Octal | 305 | 215 | 245 | 0 | 34 | 20 | 27 | 516 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10100101 | 0 | 11100 | 10000 | 10111 | 101001110 | 100001 | 1000010 |
Color Harmonies of #C58DA5
Complementary color
Monochromatic Colors of #C58DA5
Black with #C58DA5
Text Example
Text Example
White with #C58DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DA5; }
p { color: rgb(197,141,165); }
H1.HeaderClassName
{
color: #C58DA5;
}
.AnyTagClassName
{
color: #C58DA5;
}
</style>
background-color css
<style>
a { background-color: #C58DA5; }
a { background-color: rgb(197,141,165); }
div.DivClassName
{
background-color: #C58DA5;
}
.BgClassName
{
background-color: #C58DA5;
}
</style>
border-color css
<style>
span { border-color: #C58DA5; }
span { border-color: rgb(197,141,165); }
td.TdClassName
{
border-color: #C58DA5;
}
.TagClassName
{
border-color: #C58DA5;
}
</style>