Shades of Viola #C88FA8
Tints of Viola #C88FA8
RGB
CMYK
RGB Variations
Color information
#C88FA8 (or 0xC88FA8) is known color: Viola. HEX triplet: C8, 8F and A8. RGB value is (200,143,168). Sum of RGB (Red+Green+Blue) = 200+143+168=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FA8 is #377057. Grayscale: #A2A2A2. Windows color (decimal): -3633240 or 11046856. OLE color: 11046856.
HSL color Cylindrical-coordinate representation of color #C88FA8: hue angle of 333.68º degrees, saturation: 0.34, 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 #C88FA8 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 168 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.22 |
| HSL | 333.68º | 0.34% | 0.67% | - |
| HSV(B) | 333.68º | 0.29% | 0.78% | - |
| XYZ | 40.71 | 34.75 | 41.61 | - |
| YUV | 162.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 168 | 0 | 0.28 | 0.16 | 0.22 | 333.68 | 0.34 | 0.67 |
| Hex | C8 | 8F | A8 | 0 | 1C | 10 | 16 | 14E | 22 | 43 |
| Octal | 310 | 217 | 250 | 0 | 34 | 20 | 26 | 516 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101000 | 0 | 11100 | 10000 | 10110 | 101001110 | 100010 | 1000011 |
Color Harmonies of #C88FA8
Complementary color
Monochromatic Colors of #C88FA8
Black with #C88FA8
Text Example
Text Example
White with #C88FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FA8; }
p { color: rgb(200,143,168); }
H1.HeaderClassName
{
color: #C88FA8;
}
.AnyTagClassName
{
color: #C88FA8;
}
</style>
background-color css
<style>
a { background-color: #C88FA8; }
a { background-color: rgb(200,143,168); }
div.DivClassName
{
background-color: #C88FA8;
}
.BgClassName
{
background-color: #C88FA8;
}
</style>
border-color css
<style>
span { border-color: #C88FA8; }
span { border-color: rgb(200,143,168); }
td.TdClassName
{
border-color: #C88FA8;
}
.TagClassName
{
border-color: #C88FA8;
}
</style>