Shades of Viola #C987A5
Tints of Viola #C987A5
RGB
CMYK
RGB Variations
Color information
#C987A5 (or 0xC987A5) is known color: Viola. HEX triplet: C9, 87 and A5. RGB value is (201,135,165). Sum of RGB (Red+Green+Blue) = 201+135+165=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C987A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C987A5 is #36785A. Grayscale: #9E9E9E. Windows color (decimal): -3569755 or 10848201. OLE color: 10848201.
HSL color Cylindrical-coordinate representation of color #C987A5: hue angle of 332.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C987A5 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 135 | 165 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.21 |
| HSL | 332.73º | 0.38% | 0.66% | - |
| HSV(B) | 332.73º | 0.33% | 0.79% | - |
| XYZ | 39.54 | 32.46 | 39.78 | - |
| YUV | 158.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 135 | 165 | 0 | 0.33 | 0.18 | 0.21 | 332.73 | 0.38 | 0.66 |
| Hex | C9 | 87 | A5 | 0 | 21 | 12 | 15 | 14D | 26 | 42 |
| Octal | 311 | 207 | 245 | 0 | 41 | 22 | 25 | 515 | 46 | 102 |
| Binary | 11001001 | 10000111 | 10100101 | 0 | 100001 | 10010 | 10101 | 101001101 | 100110 | 1000010 |
Color Harmonies of #C987A5
Complementary color
Monochromatic Colors of #C987A5
Black with #C987A5
Text Example
Text Example
White with #C987A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C987A5; }
p { color: rgb(201,135,165); }
H1.HeaderClassName
{
color: #C987A5;
}
.AnyTagClassName
{
color: #C987A5;
}
</style>
background-color css
<style>
a { background-color: #C987A5; }
a { background-color: rgb(201,135,165); }
div.DivClassName
{
background-color: #C987A5;
}
.BgClassName
{
background-color: #C987A5;
}
</style>
border-color css
<style>
span { border-color: #C987A5; }
span { border-color: rgb(201,135,165); }
td.TdClassName
{
border-color: #C987A5;
}
.TagClassName
{
border-color: #C987A5;
}
</style>