Shades of Viola #C28D9E
Tints of Viola #C28D9E
RGB
CMYK
RGB Variations
Color information
#C28D9E (or 0xC28D9E) is known color: Viola. HEX triplet: C2, 8D and 9E. RGB value is (194,141,158). Sum of RGB (Red+Green+Blue) = 194+141+158=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D9E is #3D7261. Grayscale: #9E9E9E. Windows color (decimal): -4026978 or 10390978. OLE color: 10390978.
HSL color Cylindrical-coordinate representation of color #C28D9E: hue angle of 340.75º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28D9E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 158 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.24 |
| HSL | 340.75º | 0.3% | 0.66% | - |
| HSV(B) | 340.75º | 0.27% | 0.76% | - |
| XYZ | 37.94 | 32.99 | 36.72 | - |
| YUV | 158.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 158 | 0 | 0.27 | 0.19 | 0.24 | 340.75 | 0.3 | 0.66 |
| Hex | C2 | 8D | 9E | 0 | 1B | 13 | 18 | 155 | 1E | 42 |
| Octal | 302 | 215 | 236 | 0 | 33 | 23 | 30 | 525 | 36 | 102 |
| Binary | 11000010 | 10001101 | 10011110 | 0 | 11011 | 10011 | 11000 | 101010101 | 11110 | 1000010 |
Color Harmonies of #C28D9E
Complementary color
Monochromatic Colors of #C28D9E
Black with #C28D9E
Text Example
Text Example
White with #C28D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D9E; }
p { color: rgb(194,141,158); }
H1.HeaderClassName
{
color: #C28D9E;
}
.AnyTagClassName
{
color: #C28D9E;
}
</style>
background-color css
<style>
a { background-color: #C28D9E; }
a { background-color: rgb(194,141,158); }
div.DivClassName
{
background-color: #C28D9E;
}
.BgClassName
{
background-color: #C28D9E;
}
</style>
border-color css
<style>
span { border-color: #C28D9E; }
span { border-color: rgb(194,141,158); }
td.TdClassName
{
border-color: #C28D9E;
}
.TagClassName
{
border-color: #C28D9E;
}
</style>