Shades of Viola #C487A6
Tints of Viola #C487A6
RGB
CMYK
RGB Variations
Color information
#C487A6 (or 0xC487A6) is known color: Viola. HEX triplet: C4, 87 and A6. RGB value is (196,135,166). Sum of RGB (Red+Green+Blue) = 196+135+166=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C487A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C487A6 is #3B7859. Grayscale: #9C9C9C. Windows color (decimal): -3897434 or 10913732. OLE color: 10913732.
HSL color Cylindrical-coordinate representation of color #C487A6: hue angle of 329.51º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C487A6 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 166 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.23 |
| HSL | 329.51º | 0.34% | 0.65% | - |
| HSV(B) | 329.51º | 0.31% | 0.77% | - |
| XYZ | 38.31 | 31.82 | 40.2 | - |
| YUV | 156.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 166 | 0 | 0.31 | 0.15 | 0.23 | 329.51 | 0.34 | 0.65 |
| Hex | C4 | 87 | A6 | 0 | 1F | F | 17 | 14A | 22 | 41 |
| Octal | 304 | 207 | 246 | 0 | 37 | 17 | 27 | 512 | 42 | 101 |
| Binary | 11000100 | 10000111 | 10100110 | 0 | 11111 | 1111 | 10111 | 101001010 | 100010 | 1000001 |
Color Harmonies of #C487A6
Complementary color
Monochromatic Colors of #C487A6
Black with #C487A6
Text Example
Text Example
White with #C487A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C487A6; }
p { color: rgb(196,135,166); }
H1.HeaderClassName
{
color: #C487A6;
}
.AnyTagClassName
{
color: #C487A6;
}
</style>
background-color css
<style>
a { background-color: #C487A6; }
a { background-color: rgb(196,135,166); }
div.DivClassName
{
background-color: #C487A6;
}
.BgClassName
{
background-color: #C487A6;
}
</style>
border-color css
<style>
span { border-color: #C487A6; }
span { border-color: rgb(196,135,166); }
td.TdClassName
{
border-color: #C487A6;
}
.TagClassName
{
border-color: #C487A6;
}
</style>