Shades of Viola #C08DA6
Tints of Viola #C08DA6
RGB
CMYK
RGB Variations
Color information
#C08DA6 (or 0xC08DA6) is known color: Viola. HEX triplet: C0, 8D and A6. RGB value is (192,141,166). Sum of RGB (Red+Green+Blue) = 192+141+166=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DA6 is #3F7259. Grayscale: #9F9F9F. Windows color (decimal): -4158042 or 10915264. OLE color: 10915264.
HSL color Cylindrical-coordinate representation of color #C08DA6: hue angle of 330.59º 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 #C08DA6 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 141 | 166 | - |
CMYK | 0 | 0.27 | 0.14 | 0.25 |
HSL | 330.59º | 0.29% | 0.65% | - |
HSV(B) | 330.59º | 0.27% | 0.75% | - |
XYZ | 38.15 | 33.01 | 40.44 | - |
YUV | 159.1 | 131.9 | 151.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 141 | 166 | 0 | 0.27 | 0.14 | 0.25 | 330.59 | 0.29 | 0.65 |
Hex | C0 | 8D | A6 | 0 | 1B | E | 19 | 14B | 1D | 41 |
Octal | 300 | 215 | 246 | 0 | 33 | 16 | 31 | 513 | 35 | 101 |
Binary | 11000000 | 10001101 | 10100110 | 0 | 11011 | 1110 | 11001 | 101001011 | 11101 | 1000001 |
Color Harmonies of #C08DA6
Complementary color
Monochromatic Colors of #C08DA6
Black with #C08DA6
Text Example
Text Example
White with #C08DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DA6; }
p { color: rgb(192,141,166); }
H1.HeaderClassName
{
color: #C08DA6;
}
.AnyTagClassName
{
color: #C08DA6;
}
</style>
background-color css
<style>
a { background-color: #C08DA6; }
a { background-color: rgb(192,141,166); }
div.DivClassName
{
background-color: #C08DA6;
}
.BgClassName
{
background-color: #C08DA6;
}
</style>
border-color css
<style>
span { border-color: #C08DA6; }
span { border-color: rgb(192,141,166); }
td.TdClassName
{
border-color: #C08DA6;
}
.TagClassName
{
border-color: #C08DA6;
}
</style>