Shades of Viola #C287A1
Tints of Viola #C287A1
RGB
CMYK
RGB Variations
Color information
#C287A1 (or 0xC287A1) is known color: Viola. HEX triplet: C2, 87 and A1. RGB value is (194,135,161). Sum of RGB (Red+Green+Blue) = 194+135+161=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C287A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C287A1 is #3D785E. Grayscale: #9B9B9B. Windows color (decimal): -4028511 or 10586050. OLE color: 10586050.
HSL color Cylindrical-coordinate representation of color #C287A1: hue angle of 333.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287A1 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 161 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.24 |
| HSL | 333.56º | 0.33% | 0.65% | - |
| HSV(B) | 333.56º | 0.3% | 0.76% | - |
| XYZ | 37.35 | 31.37 | 37.81 | - |
| YUV | 155.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 161 | 0 | 0.30 | 0.17 | 0.24 | 333.56 | 0.33 | 0.65 |
| Hex | C2 | 87 | A1 | 0 | 1E | 11 | 18 | 14E | 21 | 41 |
| Octal | 302 | 207 | 241 | 0 | 36 | 21 | 30 | 516 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10100001 | 0 | 11110 | 10001 | 11000 | 101001110 | 100001 | 1000001 |
Color Harmonies of #C287A1
Complementary color
Monochromatic Colors of #C287A1
Black with #C287A1
Text Example
Text Example
White with #C287A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287A1; }
p { color: rgb(194,135,161); }
H1.HeaderClassName
{
color: #C287A1;
}
.AnyTagClassName
{
color: #C287A1;
}
</style>
background-color css
<style>
a { background-color: #C287A1; }
a { background-color: rgb(194,135,161); }
div.DivClassName
{
background-color: #C287A1;
}
.BgClassName
{
background-color: #C287A1;
}
</style>
border-color css
<style>
span { border-color: #C287A1; }
span { border-color: rgb(194,135,161); }
td.TdClassName
{
border-color: #C287A1;
}
.TagClassName
{
border-color: #C287A1;
}
</style>