Shades of Viola #C88CA8
Tints of Viola #C88CA8
RGB
CMYK
RGB Variations
Color information
#C88CA8 (or 0xC88CA8) is known color: Viola. HEX triplet: C8, 8C and A8. RGB value is (200,140,168). Sum of RGB (Red+Green+Blue) = 200+140+168=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CA8 is #377357. Grayscale: #A1A1A1. Windows color (decimal): -3634008 or 11046088. OLE color: 11046088.
HSL color Cylindrical-coordinate representation of color #C88CA8: hue angle of 332º 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 #C88CA8 is Cyan = 0, Magento = 0.3, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 168 | - |
| CMYK | 0 | 0.3 | 0.16 | 0.22 |
| HSL | 332º | 0.35% | 0.67% | - |
| HSV(B) | 332º | 0.3% | 0.78% | - |
| XYZ | 40.27 | 33.86 | 41.46 | - |
| YUV | 161.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 168 | 0 | 0.3 | 0.16 | 0.22 | 332 | 0.35 | 0.67 |
| Hex | C8 | 8C | A8 | 0 | 1E | 10 | 16 | 14C | 23 | 43 |
| Octal | 310 | 214 | 250 | 0 | 36 | 20 | 26 | 514 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10101000 | 0 | 11110 | 10000 | 10110 | 101001100 | 100011 | 1000011 |
Color Harmonies of #C88CA8
Complementary color
Monochromatic Colors of #C88CA8
Black with #C88CA8
Text Example
Text Example
White with #C88CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CA8; }
p { color: rgb(200,140,168); }
H1.HeaderClassName
{
color: #C88CA8;
}
.AnyTagClassName
{
color: #C88CA8;
}
</style>
background-color css
<style>
a { background-color: #C88CA8; }
a { background-color: rgb(200,140,168); }
div.DivClassName
{
background-color: #C88CA8;
}
.BgClassName
{
background-color: #C88CA8;
}
</style>
border-color css
<style>
span { border-color: #C88CA8; }
span { border-color: rgb(200,140,168); }
td.TdClassName
{
border-color: #C88CA8;
}
.TagClassName
{
border-color: #C88CA8;
}
</style>