Shades of Viola #CE96A8
Tints of Viola #CE96A8
RGB
CMYK
RGB Variations
Color information
#CE96A8 (or 0xCE96A8) is known color: Viola. HEX triplet: CE, 96 and A8. RGB value is (206,150,168). Sum of RGB (Red+Green+Blue) = 206+150+168=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE96A8 is #316957. Grayscale: #A8A8A8. Windows color (decimal): -3238232 or 11048654. OLE color: 11048654.
HSL color Cylindrical-coordinate representation of color #CE96A8: hue angle of 340.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE96A8 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 168 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.19 |
| HSL | 340.71º | 0.36% | 0.7% | - |
| HSV(B) | 340.71º | 0.27% | 0.81% | - |
| XYZ | 43.43 | 37.76 | 42.05 | - |
| YUV | 168.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 168 | 0 | 0.27 | 0.18 | 0.19 | 340.71 | 0.36 | 0.7 |
| Hex | CE | 96 | A8 | 0 | 1B | 12 | 13 | 155 | 24 | 46 |
| Octal | 316 | 226 | 250 | 0 | 33 | 22 | 23 | 525 | 44 | 106 |
| Binary | 11001110 | 10010110 | 10101000 | 0 | 11011 | 10010 | 10011 | 101010101 | 100100 | 1000110 |
Color Harmonies of #CE96A8
Complementary color
Monochromatic Colors of #CE96A8
Black with #CE96A8
Text Example
Text Example
White with #CE96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE96A8; }
p { color: rgb(206,150,168); }
H1.HeaderClassName
{
color: #CE96A8;
}
.AnyTagClassName
{
color: #CE96A8;
}
</style>
background-color css
<style>
a { background-color: #CE96A8; }
a { background-color: rgb(206,150,168); }
div.DivClassName
{
background-color: #CE96A8;
}
.BgClassName
{
background-color: #CE96A8;
}
</style>
border-color css
<style>
span { border-color: #CE96A8; }
span { border-color: rgb(206,150,168); }
td.TdClassName
{
border-color: #CE96A8;
}
.TagClassName
{
border-color: #CE96A8;
}
</style>