Shades of Viola #CE8CA8
Tints of Viola #CE8CA8
RGB
CMYK
RGB Variations
Color information
#CE8CA8 (or 0xCE8CA8) is known color: Viola. HEX triplet: CE, 8C and A8. RGB value is (206,140,168). Sum of RGB (Red+Green+Blue) = 206+140+168=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8CA8 is #317357. Grayscale: #A2A2A2. Windows color (decimal): -3240792 or 11046094. OLE color: 11046094.
HSL color Cylindrical-coordinate representation of color #CE8CA8: hue angle of 334.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE8CA8 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 140 | 168 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.19 |
| HSL | 334.55º | 0.4% | 0.68% | - |
| HSV(B) | 334.55º | 0.32% | 0.81% | - |
| XYZ | 41.9 | 34.71 | 41.54 | - |
| YUV | 162.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 140 | 168 | 0 | 0.32 | 0.18 | 0.19 | 334.55 | 0.4 | 0.68 |
| Hex | CE | 8C | A8 | 0 | 20 | 12 | 13 | 14F | 28 | 44 |
| Octal | 316 | 214 | 250 | 0 | 40 | 22 | 23 | 517 | 50 | 104 |
| Binary | 11001110 | 10001100 | 10101000 | 0 | 100000 | 10010 | 10011 | 101001111 | 101000 | 1000100 |
Color Harmonies of #CE8CA8
Complementary color
Monochromatic Colors of #CE8CA8
Black with #CE8CA8
Text Example
Text Example
White with #CE8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8CA8; }
p { color: rgb(206,140,168); }
H1.HeaderClassName
{
color: #CE8CA8;
}
.AnyTagClassName
{
color: #CE8CA8;
}
</style>
background-color css
<style>
a { background-color: #CE8CA8; }
a { background-color: rgb(206,140,168); }
div.DivClassName
{
background-color: #CE8CA8;
}
.BgClassName
{
background-color: #CE8CA8;
}
</style>
border-color css
<style>
span { border-color: #CE8CA8; }
span { border-color: rgb(206,140,168); }
td.TdClassName
{
border-color: #CE8CA8;
}
.TagClassName
{
border-color: #CE8CA8;
}
</style>