Shades of Viola #C784A8
Tints of Viola #C784A8
RGB
CMYK
RGB Variations
Color information
#C784A8 (or 0xC784A8) is known color: Viola. HEX triplet: C7, 84 and A8. RGB value is (199,132,168). Sum of RGB (Red+Green+Blue) = 199+132+168=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C784A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C784A8 is #387B57. Grayscale: #9C9C9C. Windows color (decimal): -3701592 or 11044039. OLE color: 11044039.
HSL color Cylindrical-coordinate representation of color #C784A8: hue angle of 327.76º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C784A8 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 132 | 168 | - |
CMYK | 0 | 0.34 | 0.16 | 0.22 |
HSL | 327.76º | 0.37% | 0.65% | - |
HSV(B) | 327.76º | 0.34% | 0.78% | - |
XYZ | 38.87 | 31.47 | 41.07 | - |
YUV | 156.14 | 134.7 | 158.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 132 | 168 | 0 | 0.34 | 0.16 | 0.22 | 327.76 | 0.37 | 0.65 |
Hex | C7 | 84 | A8 | 0 | 22 | 10 | 16 | 148 | 25 | 41 |
Octal | 307 | 204 | 250 | 0 | 42 | 20 | 26 | 510 | 45 | 101 |
Binary | 11000111 | 10000100 | 10101000 | 0 | 100010 | 10000 | 10110 | 101001000 | 100101 | 1000001 |
Color Harmonies of #C784A8
Complementary color
Monochromatic Colors of #C784A8
Black with #C784A8
Text Example
Text Example
White with #C784A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C784A8; }
p { color: rgb(199,132,168); }
H1.HeaderClassName
{
color: #C784A8;
}
.AnyTagClassName
{
color: #C784A8;
}
</style>
background-color css
<style>
a { background-color: #C784A8; }
a { background-color: rgb(199,132,168); }
div.DivClassName
{
background-color: #C784A8;
}
.BgClassName
{
background-color: #C784A8;
}
</style>
border-color css
<style>
span { border-color: #C784A8; }
span { border-color: rgb(199,132,168); }
td.TdClassName
{
border-color: #C784A8;
}
.TagClassName
{
border-color: #C784A8;
}
</style>