Shades of Viola #C786A8
Tints of Viola #C786A8
RGB
CMYK
RGB Variations
Color information
#C786A8 (or 0xC786A8) is known color: Viola. HEX triplet: C7, 86 and A8. RGB value is (199,134,168). Sum of RGB (Red+Green+Blue) = 199+134+168=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C786A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C786A8 is #387957. Grayscale: #9D9D9D. Windows color (decimal): -3701080 or 11044551. OLE color: 11044551.
HSL color Cylindrical-coordinate representation of color #C786A8: hue angle of 328.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C786A8 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 168 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.22 |
| HSL | 328.62º | 0.37% | 0.65% | - |
| HSV(B) | 328.62º | 0.33% | 0.78% | - |
| XYZ | 39.15 | 32.02 | 41.16 | - |
| YUV | 157.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 168 | 0 | 0.33 | 0.16 | 0.22 | 328.62 | 0.37 | 0.65 |
| Hex | C7 | 86 | A8 | 0 | 21 | 10 | 16 | 149 | 25 | 41 |
| Octal | 307 | 206 | 250 | 0 | 41 | 20 | 26 | 511 | 45 | 101 |
| Binary | 11000111 | 10000110 | 10101000 | 0 | 100001 | 10000 | 10110 | 101001001 | 100101 | 1000001 |
Color Harmonies of #C786A8
Complementary color
Monochromatic Colors of #C786A8
Black with #C786A8
Text Example
Text Example
White with #C786A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C786A8; }
p { color: rgb(199,134,168); }
H1.HeaderClassName
{
color: #C786A8;
}
.AnyTagClassName
{
color: #C786A8;
}
</style>
background-color css
<style>
a { background-color: #C786A8; }
a { background-color: rgb(199,134,168); }
div.DivClassName
{
background-color: #C786A8;
}
.BgClassName
{
background-color: #C786A8;
}
</style>
border-color css
<style>
span { border-color: #C786A8; }
span { border-color: rgb(199,134,168); }
td.TdClassName
{
border-color: #C786A8;
}
.TagClassName
{
border-color: #C786A8;
}
</style>