Shades of Viola #C28FA7
Tints of Viola #C28FA7
RGB
CMYK
RGB Variations
Color information
#C28FA7 (or 0xC28FA7) is known color: Viola. HEX triplet: C2, 8F and A7. RGB value is (194,143,167). Sum of RGB (Red+Green+Blue) = 194+143+167=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28FA7 is #3D7058. Grayscale: #A0A0A0. Windows color (decimal): -4026457 or 10981314. OLE color: 10981314.
HSL color Cylindrical-coordinate representation of color #C28FA7: hue angle of 331.76º 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 #C28FA7 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 167 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.24 |
| HSL | 331.76º | 0.29% | 0.66% | - |
| HSV(B) | 331.76º | 0.26% | 0.76% | - |
| XYZ | 39.05 | 33.9 | 41.05 | - |
| YUV | 160.99 | 131.4 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 167 | 0 | 0.26 | 0.14 | 0.24 | 331.76 | 0.29 | 0.66 |
| Hex | C2 | 8F | A7 | 0 | 1A | E | 18 | 14C | 1D | 42 |
| Octal | 302 | 217 | 247 | 0 | 32 | 16 | 30 | 514 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10100111 | 0 | 11010 | 1110 | 11000 | 101001100 | 11101 | 1000010 |
Color Harmonies of #C28FA7
Complementary color
Monochromatic Colors of #C28FA7
Black with #C28FA7
Text Example
Text Example
White with #C28FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FA7; }
p { color: rgb(194,143,167); }
H1.HeaderClassName
{
color: #C28FA7;
}
.AnyTagClassName
{
color: #C28FA7;
}
</style>
background-color css
<style>
a { background-color: #C28FA7; }
a { background-color: rgb(194,143,167); }
div.DivClassName
{
background-color: #C28FA7;
}
.BgClassName
{
background-color: #C28FA7;
}
</style>
border-color css
<style>
span { border-color: #C28FA7; }
span { border-color: rgb(194,143,167); }
td.TdClassName
{
border-color: #C28FA7;
}
.TagClassName
{
border-color: #C28FA7;
}
</style>