Shades of Viola #C28FA6
Tints of Viola #C28FA6
RGB
CMYK
RGB Variations
Color information
#C28FA6 (or 0xC28FA6) is known color: Viola. HEX triplet: C2, 8F and A6. RGB value is (194,143,166). Sum of RGB (Red+Green+Blue) = 194+143+166=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FA6 is #3D7059. Grayscale: #A0A0A0. Windows color (decimal): -4026458 or 10915778. OLE color: 10915778.
HSL color Cylindrical-coordinate representation of color #C28FA6: hue angle of 332.94º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FA6 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 166 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.24 |
| HSL | 332.94º | 0.29% | 0.66% | - |
| HSV(B) | 332.94º | 0.26% | 0.76% | - |
| XYZ | 38.95 | 33.87 | 40.56 | - |
| YUV | 160.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 166 | 0 | 0.26 | 0.14 | 0.24 | 332.94 | 0.29 | 0.66 |
| Hex | C2 | 8F | A6 | 0 | 1A | E | 18 | 14D | 1D | 42 |
| Octal | 302 | 217 | 246 | 0 | 32 | 16 | 30 | 515 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10100110 | 0 | 11010 | 1110 | 11000 | 101001101 | 11101 | 1000010 |
Color Harmonies of #C28FA6
Complementary color
Monochromatic Colors of #C28FA6
Black with #C28FA6
Text Example
Text Example
White with #C28FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FA6; }
p { color: rgb(194,143,166); }
H1.HeaderClassName
{
color: #C28FA6;
}
.AnyTagClassName
{
color: #C28FA6;
}
</style>
background-color css
<style>
a { background-color: #C28FA6; }
a { background-color: rgb(194,143,166); }
div.DivClassName
{
background-color: #C28FA6;
}
.BgClassName
{
background-color: #C28FA6;
}
</style>
border-color css
<style>
span { border-color: #C28FA6; }
span { border-color: rgb(194,143,166); }
td.TdClassName
{
border-color: #C28FA6;
}
.TagClassName
{
border-color: #C28FA6;
}
</style>