Shades of Viola #C782A8
Tints of Viola #C782A8
RGB
CMYK
RGB Variations
Color information
#C782A8 (or 0xC782A8) is known color: Viola. HEX triplet: C7, 82 and A8. RGB value is (199,130,168). Sum of RGB (Red+Green+Blue) = 199+130+168=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C782A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C782A8 is #387D57. Grayscale: #9A9A9A. Windows color (decimal): -3702104 or 11043527. OLE color: 11043527.
HSL color Cylindrical-coordinate representation of color #C782A8: hue angle of 326.96º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782A8 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 168 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.22 |
| HSL | 326.96º | 0.38% | 0.65% | - |
| HSV(B) | 326.96º | 0.35% | 0.78% | - |
| XYZ | 38.6 | 30.93 | 40.98 | - |
| YUV | 154.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 168 | 0 | 0.35 | 0.16 | 0.22 | 326.96 | 0.38 | 0.65 |
| Hex | C7 | 82 | A8 | 0 | 23 | 10 | 16 | 147 | 26 | 41 |
| Octal | 307 | 202 | 250 | 0 | 43 | 20 | 26 | 507 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10101000 | 0 | 100011 | 10000 | 10110 | 101000111 | 100110 | 1000001 |
Color Harmonies of #C782A8
Complementary color
Monochromatic Colors of #C782A8
Black with #C782A8
Text Example
Text Example
White with #C782A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782A8; }
p { color: rgb(199,130,168); }
H1.HeaderClassName
{
color: #C782A8;
}
.AnyTagClassName
{
color: #C782A8;
}
</style>
background-color css
<style>
a { background-color: #C782A8; }
a { background-color: rgb(199,130,168); }
div.DivClassName
{
background-color: #C782A8;
}
.BgClassName
{
background-color: #C782A8;
}
</style>
border-color css
<style>
span { border-color: #C782A8; }
span { border-color: rgb(199,130,168); }
td.TdClassName
{
border-color: #C782A8;
}
.TagClassName
{
border-color: #C782A8;
}
</style>