Shades of Viola #C88DA4
Tints of Viola #C88DA4
RGB
CMYK
RGB Variations
Color information
#C88DA4 (or 0xC88DA4) is known color: Viola. HEX triplet: C8, 8D and A4. RGB value is (200,141,164). Sum of RGB (Red+Green+Blue) = 200+141+164=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DA4 is #37725B. Grayscale: #A1A1A1. Windows color (decimal): -3633756 or 10784200. OLE color: 10784200.
HSL color Cylindrical-coordinate representation of color #C88DA4: hue angle of 336.61º 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 #C88DA4 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 164 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.22 |
| HSL | 336.61º | 0.35% | 0.67% | - |
| HSV(B) | 336.61º | 0.3% | 0.78% | - |
| XYZ | 40.05 | 34.01 | 39.58 | - |
| YUV | 161.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 164 | 0 | 0.29 | 0.18 | 0.22 | 336.61 | 0.35 | 0.67 |
| Hex | C8 | 8D | A4 | 0 | 1D | 12 | 16 | 151 | 23 | 43 |
| Octal | 310 | 215 | 244 | 0 | 35 | 22 | 26 | 521 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10100100 | 0 | 11101 | 10010 | 10110 | 101010001 | 100011 | 1000011 |
Color Harmonies of #C88DA4
Complementary color
Monochromatic Colors of #C88DA4
Black with #C88DA4
Text Example
Text Example
White with #C88DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DA4; }
p { color: rgb(200,141,164); }
H1.HeaderClassName
{
color: #C88DA4;
}
.AnyTagClassName
{
color: #C88DA4;
}
</style>
background-color css
<style>
a { background-color: #C88DA4; }
a { background-color: rgb(200,141,164); }
div.DivClassName
{
background-color: #C88DA4;
}
.BgClassName
{
background-color: #C88DA4;
}
</style>
border-color css
<style>
span { border-color: #C88DA4; }
span { border-color: rgb(200,141,164); }
td.TdClassName
{
border-color: #C88DA4;
}
.TagClassName
{
border-color: #C88DA4;
}
</style>