Shades of Viola #C787A0
Tints of Viola #C787A0
RGB
CMYK
RGB Variations
Color information
#C787A0 (or 0xC787A0) is known color: Viola. HEX triplet: C7, 87 and A0. RGB value is (199,135,160). Sum of RGB (Red+Green+Blue) = 199+135+160=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C787A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C787A0 is #38785F. Grayscale: #9C9C9C. Windows color (decimal): -3700832 or 10520519. OLE color: 10520519.
HSL color Cylindrical-coordinate representation of color #C787A0: hue angle of 336.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C787A0 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 160 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.22 |
| HSL | 336.56º | 0.36% | 0.65% | - |
| HSV(B) | 336.56º | 0.32% | 0.78% | - |
| XYZ | 38.56 | 32.01 | 37.4 | - |
| YUV | 156.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 160 | 0 | 0.32 | 0.20 | 0.22 | 336.56 | 0.36 | 0.65 |
| Hex | C7 | 87 | A0 | 0 | 20 | 14 | 16 | 151 | 24 | 41 |
| Octal | 307 | 207 | 240 | 0 | 40 | 24 | 26 | 521 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10100000 | 0 | 100000 | 10100 | 10110 | 101010001 | 100100 | 1000001 |
Color Harmonies of #C787A0
Complementary color
Monochromatic Colors of #C787A0
Black with #C787A0
Text Example
Text Example
White with #C787A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787A0; }
p { color: rgb(199,135,160); }
H1.HeaderClassName
{
color: #C787A0;
}
.AnyTagClassName
{
color: #C787A0;
}
</style>
background-color css
<style>
a { background-color: #C787A0; }
a { background-color: rgb(199,135,160); }
div.DivClassName
{
background-color: #C787A0;
}
.BgClassName
{
background-color: #C787A0;
}
</style>
border-color css
<style>
span { border-color: #C787A0; }
span { border-color: rgb(199,135,160); }
td.TdClassName
{
border-color: #C787A0;
}
.TagClassName
{
border-color: #C787A0;
}
</style>