Shades of Viola #C286A3
Tints of Viola #C286A3
RGB
CMYK
RGB Variations
Color information
#C286A3 (or 0xC286A3) is known color: Viola. HEX triplet: C2, 86 and A3. RGB value is (194,134,163). Sum of RGB (Red+Green+Blue) = 194+134+163=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C286A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C286A3 is #3D795C. Grayscale: #9B9B9B. Windows color (decimal): -4028765 or 10716866. OLE color: 10716866.
HSL color Cylindrical-coordinate representation of color #C286A3: hue angle of 331º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286A3 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 163 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.24 |
| HSL | 331º | 0.33% | 0.64% | - |
| HSV(B) | 331º | 0.31% | 0.76% | - |
| XYZ | 37.38 | 31.16 | 38.7 | - |
| YUV | 155.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 163 | 0 | 0.31 | 0.16 | 0.24 | 331 | 0.33 | 0.64 |
| Hex | C2 | 86 | A3 | 0 | 1F | 10 | 18 | 14B | 21 | 40 |
| Octal | 302 | 206 | 243 | 0 | 37 | 20 | 30 | 513 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10100011 | 0 | 11111 | 10000 | 11000 | 101001011 | 100001 | 1000000 |
Color Harmonies of #C286A3
Complementary color
Monochromatic Colors of #C286A3
Black with #C286A3
Text Example
Text Example
White with #C286A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286A3; }
p { color: rgb(194,134,163); }
H1.HeaderClassName
{
color: #C286A3;
}
.AnyTagClassName
{
color: #C286A3;
}
</style>
background-color css
<style>
a { background-color: #C286A3; }
a { background-color: rgb(194,134,163); }
div.DivClassName
{
background-color: #C286A3;
}
.BgClassName
{
background-color: #C286A3;
}
</style>
border-color css
<style>
span { border-color: #C286A3; }
span { border-color: rgb(194,134,163); }
td.TdClassName
{
border-color: #C286A3;
}
.TagClassName
{
border-color: #C286A3;
}
</style>