Shades of Viola #C787A8
Tints of Viola #C787A8
RGB
CMYK
RGB Variations
Color information
#C787A8 (or 0xC787A8) is known color: Viola. HEX triplet: C7, 87 and A8. RGB value is (199,135,168). Sum of RGB (Red+Green+Blue) = 199+135+168=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C787A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C787A8 is #387857. Grayscale: #9D9D9D. Windows color (decimal): -3700824 or 11044807. OLE color: 11044807.
HSL color Cylindrical-coordinate representation of color #C787A8: hue angle of 329.06º 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 #C787A8 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 168 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.22 |
| HSL | 329.06º | 0.36% | 0.65% | - |
| HSV(B) | 329.06º | 0.32% | 0.78% | - |
| XYZ | 39.29 | 32.3 | 41.21 | - |
| YUV | 157.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 168 | 0 | 0.32 | 0.16 | 0.22 | 329.06 | 0.36 | 0.65 |
| Hex | C7 | 87 | A8 | 0 | 20 | 10 | 16 | 149 | 24 | 41 |
| Octal | 307 | 207 | 250 | 0 | 40 | 20 | 26 | 511 | 44 | 101 |
| Binary | 11000111 | 10000111 | 10101000 | 0 | 100000 | 10000 | 10110 | 101001001 | 100100 | 1000001 |
Color Harmonies of #C787A8
Complementary color
Monochromatic Colors of #C787A8
Black with #C787A8
Text Example
Text Example
White with #C787A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C787A8; }
p { color: rgb(199,135,168); }
H1.HeaderClassName
{
color: #C787A8;
}
.AnyTagClassName
{
color: #C787A8;
}
</style>
background-color css
<style>
a { background-color: #C787A8; }
a { background-color: rgb(199,135,168); }
div.DivClassName
{
background-color: #C787A8;
}
.BgClassName
{
background-color: #C787A8;
}
</style>
border-color css
<style>
span { border-color: #C787A8; }
span { border-color: rgb(199,135,168); }
td.TdClassName
{
border-color: #C787A8;
}
.TagClassName
{
border-color: #C787A8;
}
</style>