Shades of Viola #C88D9E
Tints of Viola #C88D9E
RGB
CMYK
RGB Variations
Color information
#C88D9E (or 0xC88D9E) is known color: Viola. HEX triplet: C8, 8D and 9E. RGB value is (200,141,158). Sum of RGB (Red+Green+Blue) = 200+141+158=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D9E is #377261. Grayscale: #A0A0A0. Windows color (decimal): -3633762 or 10390984. OLE color: 10390984.
HSL color Cylindrical-coordinate representation of color #C88D9E: hue angle of 342.71º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88D9E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 158 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.22 |
| HSL | 342.71º | 0.35% | 0.67% | - |
| HSV(B) | 342.71º | 0.3% | 0.78% | - |
| XYZ | 39.52 | 33.8 | 36.79 | - |
| YUV | 160.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 158 | 0 | 0.29 | 0.21 | 0.22 | 342.71 | 0.35 | 0.67 |
| Hex | C8 | 8D | 9E | 0 | 1D | 15 | 16 | 157 | 23 | 43 |
| Octal | 310 | 215 | 236 | 0 | 35 | 25 | 26 | 527 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10011110 | 0 | 11101 | 10101 | 10110 | 101010111 | 100011 | 1000011 |
Color Harmonies of #C88D9E
Complementary color
Monochromatic Colors of #C88D9E
Black with #C88D9E
Text Example
Text Example
White with #C88D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88D9E; }
p { color: rgb(200,141,158); }
H1.HeaderClassName
{
color: #C88D9E;
}
.AnyTagClassName
{
color: #C88D9E;
}
</style>
background-color css
<style>
a { background-color: #C88D9E; }
a { background-color: rgb(200,141,158); }
div.DivClassName
{
background-color: #C88D9E;
}
.BgClassName
{
background-color: #C88D9E;
}
</style>
border-color css
<style>
span { border-color: #C88D9E; }
span { border-color: rgb(200,141,158); }
td.TdClassName
{
border-color: #C88D9E;
}
.TagClassName
{
border-color: #C88D9E;
}
</style>