Shades of Viola #C0869D
Tints of Viola #C0869D
RGB
CMYK
RGB Variations
Color information
#C0869D (or 0xC0869D) is known color: Viola. HEX triplet: C0, 86 and 9D. RGB value is (192,134,157). Sum of RGB (Red+Green+Blue) = 192+134+157=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0869D is #3F7962. Grayscale: #999999. Windows color (decimal): -4159843 or 10323648. OLE color: 10323648.
HSL color Cylindrical-coordinate representation of color #C0869D: hue angle of 336.21º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0869D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 157 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.25 |
| HSL | 336.21º | 0.32% | 0.64% | - |
| HSV(B) | 336.21º | 0.3% | 0.75% | - |
| XYZ | 36.35 | 30.69 | 35.91 | - |
| YUV | 153.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 157 | 0 | 0.30 | 0.18 | 0.25 | 336.21 | 0.32 | 0.64 |
| Hex | C0 | 86 | 9D | 0 | 1E | 12 | 19 | 150 | 20 | 40 |
| Octal | 300 | 206 | 235 | 0 | 36 | 22 | 31 | 520 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10011101 | 0 | 11110 | 10010 | 11001 | 101010000 | 100000 | 1000000 |
Color Harmonies of #C0869D
Complementary color
Monochromatic Colors of #C0869D
Black with #C0869D
Text Example
Text Example
White with #C0869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0869D; }
p { color: rgb(192,134,157); }
H1.HeaderClassName
{
color: #C0869D;
}
.AnyTagClassName
{
color: #C0869D;
}
</style>
background-color css
<style>
a { background-color: #C0869D; }
a { background-color: rgb(192,134,157); }
div.DivClassName
{
background-color: #C0869D;
}
.BgClassName
{
background-color: #C0869D;
}
</style>
border-color css
<style>
span { border-color: #C0869D; }
span { border-color: rgb(192,134,157); }
td.TdClassName
{
border-color: #C0869D;
}
.TagClassName
{
border-color: #C0869D;
}
</style>