Shades of Viola #C88E9B
Tints of Viola #C88E9B
RGB
CMYK
RGB Variations
Color information
#C88E9B (or 0xC88E9B) is known color: Viola. HEX triplet: C8, 8E and 9B. RGB value is (200,142,155). Sum of RGB (Red+Green+Blue) = 200+142+155=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88E9B is #377164. Grayscale: #A0A0A0. Windows color (decimal): -3633509 or 10194632. OLE color: 10194632.
HSL color Cylindrical-coordinate representation of color #C88E9B: hue angle of 346.55º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88E9B is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 142 | 155 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.22 |
| HSL | 346.55º | 0.35% | 0.67% | - |
| HSV(B) | 346.55º | 0.29% | 0.78% | - |
| XYZ | 39.41 | 33.99 | 35.49 | - |
| YUV | 160.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 142 | 155 | 0 | 0.29 | 0.22 | 0.22 | 346.55 | 0.35 | 0.67 |
| Hex | C8 | 8E | 9B | 0 | 1D | 16 | 16 | 15B | 23 | 43 |
| Octal | 310 | 216 | 233 | 0 | 35 | 26 | 26 | 533 | 43 | 103 |
| Binary | 11001000 | 10001110 | 10011011 | 0 | 11101 | 10110 | 10110 | 101011011 | 100011 | 1000011 |
Color Harmonies of #C88E9B
Complementary color
Monochromatic Colors of #C88E9B
Black with #C88E9B
Text Example
Text Example
White with #C88E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88E9B; }
p { color: rgb(200,142,155); }
H1.HeaderClassName
{
color: #C88E9B;
}
.AnyTagClassName
{
color: #C88E9B;
}
</style>
background-color css
<style>
a { background-color: #C88E9B; }
a { background-color: rgb(200,142,155); }
div.DivClassName
{
background-color: #C88E9B;
}
.BgClassName
{
background-color: #C88E9B;
}
</style>
border-color css
<style>
span { border-color: #C88E9B; }
span { border-color: rgb(200,142,155); }
td.TdClassName
{
border-color: #C88E9B;
}
.TagClassName
{
border-color: #C88E9B;
}
</style>