Shades of Viola #C887A8
Tints of Viola #C887A8
RGB
CMYK
RGB Variations
Color information
#C887A8 (or 0xC887A8) is known color: Viola. HEX triplet: C8, 87 and A8. RGB value is (200,135,168). Sum of RGB (Red+Green+Blue) = 200+135+168=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C887A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887A8 is #377857. Grayscale: #9E9E9E. Windows color (decimal): -3635288 or 11044808. OLE color: 11044808.
HSL color Cylindrical-coordinate representation of color #C887A8: hue angle of 329.54º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887A8 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 135 | 168 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.22 |
| HSL | 329.54º | 0.37% | 0.66% | - |
| HSV(B) | 329.54º | 0.33% | 0.78% | - |
| XYZ | 39.55 | 32.43 | 41.22 | - |
| YUV | 158.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 135 | 168 | 0 | 0.32 | 0.16 | 0.22 | 329.54 | 0.37 | 0.66 |
| Hex | C8 | 87 | A8 | 0 | 20 | 10 | 16 | 14A | 25 | 42 |
| Octal | 310 | 207 | 250 | 0 | 40 | 20 | 26 | 512 | 45 | 102 |
| Binary | 11001000 | 10000111 | 10101000 | 0 | 100000 | 10000 | 10110 | 101001010 | 100101 | 1000010 |
Color Harmonies of #C887A8
Complementary color
Monochromatic Colors of #C887A8
Black with #C887A8
Text Example
Text Example
White with #C887A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C887A8; }
p { color: rgb(200,135,168); }
H1.HeaderClassName
{
color: #C887A8;
}
.AnyTagClassName
{
color: #C887A8;
}
</style>
background-color css
<style>
a { background-color: #C887A8; }
a { background-color: rgb(200,135,168); }
div.DivClassName
{
background-color: #C887A8;
}
.BgClassName
{
background-color: #C887A8;
}
</style>
border-color css
<style>
span { border-color: #C887A8; }
span { border-color: rgb(200,135,168); }
td.TdClassName
{
border-color: #C887A8;
}
.TagClassName
{
border-color: #C887A8;
}
</style>