Shades of Viola #C08DA1
Tints of Viola #C08DA1
RGB
CMYK
RGB Variations
Color information
#C08DA1 (or 0xC08DA1) is known color: Viola. HEX triplet: C0, 8D and A1. RGB value is (192,141,161). Sum of RGB (Red+Green+Blue) = 192+141+161=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA1 is #3F725E. Grayscale: #9E9E9E. Windows color (decimal): -4158047 or 10587584. OLE color: 10587584.
HSL color Cylindrical-coordinate representation of color #C08DA1: hue angle of 336.47º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08DA1 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 161 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.25 |
| HSL | 336.47º | 0.29% | 0.65% | - |
| HSV(B) | 336.47º | 0.27% | 0.75% | - |
| XYZ | 37.7 | 32.83 | 38.07 | - |
| YUV | 158.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 161 | 0 | 0.27 | 0.16 | 0.25 | 336.47 | 0.29 | 0.65 |
| Hex | C0 | 8D | A1 | 0 | 1B | 10 | 19 | 150 | 1D | 41 |
| Octal | 300 | 215 | 241 | 0 | 33 | 20 | 31 | 520 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10100001 | 0 | 11011 | 10000 | 11001 | 101010000 | 11101 | 1000001 |
Color Harmonies of #C08DA1
Complementary color
Monochromatic Colors of #C08DA1
Black with #C08DA1
Text Example
Text Example
White with #C08DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DA1; }
p { color: rgb(192,141,161); }
H1.HeaderClassName
{
color: #C08DA1;
}
.AnyTagClassName
{
color: #C08DA1;
}
</style>
background-color css
<style>
a { background-color: #C08DA1; }
a { background-color: rgb(192,141,161); }
div.DivClassName
{
background-color: #C08DA1;
}
.BgClassName
{
background-color: #C08DA1;
}
</style>
border-color css
<style>
span { border-color: #C08DA1; }
span { border-color: rgb(192,141,161); }
td.TdClassName
{
border-color: #C08DA1;
}
.TagClassName
{
border-color: #C08DA1;
}
</style>