Shades of Viola #C58BA8
Tints of Viola #C58BA8
RGB
CMYK
RGB Variations
Color information
#C58BA8 (or 0xC58BA8) is known color: Viola. HEX triplet: C5, 8B and A8. RGB value is (197,139,168). Sum of RGB (Red+Green+Blue) = 197+139+168=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BA8 is #3A7457. Grayscale: #9F9F9F. Windows color (decimal): -3830872 or 11045829. OLE color: 11045829.
HSL color Cylindrical-coordinate representation of color #C58BA8: hue angle of 330º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BA8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 168 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.23 |
| HSL | 330º | 0.33% | 0.66% | - |
| HSV(B) | 330º | 0.29% | 0.77% | - |
| XYZ | 39.33 | 33.16 | 41.37 | - |
| YUV | 159.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 168 | 0 | 0.29 | 0.15 | 0.23 | 330 | 0.33 | 0.66 |
| Hex | C5 | 8B | A8 | 0 | 1D | F | 17 | 14A | 21 | 42 |
| Octal | 305 | 213 | 250 | 0 | 35 | 17 | 27 | 512 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10101000 | 0 | 11101 | 1111 | 10111 | 101001010 | 100001 | 1000010 |
Color Harmonies of #C58BA8
Complementary color
Monochromatic Colors of #C58BA8
Black with #C58BA8
Text Example
Text Example
White with #C58BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BA8; }
p { color: rgb(197,139,168); }
H1.HeaderClassName
{
color: #C58BA8;
}
.AnyTagClassName
{
color: #C58BA8;
}
</style>
background-color css
<style>
a { background-color: #C58BA8; }
a { background-color: rgb(197,139,168); }
div.DivClassName
{
background-color: #C58BA8;
}
.BgClassName
{
background-color: #C58BA8;
}
</style>
border-color css
<style>
span { border-color: #C58BA8; }
span { border-color: rgb(197,139,168); }
td.TdClassName
{
border-color: #C58BA8;
}
.TagClassName
{
border-color: #C58BA8;
}
</style>