Shades of Viola #CE97A8
Tints of Viola #CE97A8
RGB
CMYK
RGB Variations
Color information
#CE97A8 (or 0xCE97A8) is known color: Viola. HEX triplet: CE, 97 and A8. RGB value is (206,151,168). Sum of RGB (Red+Green+Blue) = 206+151+168=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE97A8 is #316857. Grayscale: #A9A9A9. Windows color (decimal): -3237976 or 11048910. OLE color: 11048910.
HSL color Cylindrical-coordinate representation of color #CE97A8: hue angle of 341.45º 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 #CE97A8 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 168 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.19 |
| HSL | 341.45º | 0.36% | 0.7% | - |
| HSV(B) | 341.45º | 0.27% | 0.81% | - |
| XYZ | 43.59 | 38.08 | 42.1 | - |
| YUV | 169.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 168 | 0 | 0.27 | 0.18 | 0.19 | 341.45 | 0.36 | 0.7 |
| Hex | CE | 97 | A8 | 0 | 1B | 12 | 13 | 155 | 24 | 46 |
| Octal | 316 | 227 | 250 | 0 | 33 | 22 | 23 | 525 | 44 | 106 |
| Binary | 11001110 | 10010111 | 10101000 | 0 | 11011 | 10010 | 10011 | 101010101 | 100100 | 1000110 |
Color Harmonies of #CE97A8
Complementary color
Monochromatic Colors of #CE97A8
Black with #CE97A8
Text Example
Text Example
White with #CE97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE97A8; }
p { color: rgb(206,151,168); }
H1.HeaderClassName
{
color: #CE97A8;
}
.AnyTagClassName
{
color: #CE97A8;
}
</style>
background-color css
<style>
a { background-color: #CE97A8; }
a { background-color: rgb(206,151,168); }
div.DivClassName
{
background-color: #CE97A8;
}
.BgClassName
{
background-color: #CE97A8;
}
</style>
border-color css
<style>
span { border-color: #CE97A8; }
span { border-color: rgb(206,151,168); }
td.TdClassName
{
border-color: #CE97A8;
}
.TagClassName
{
border-color: #CE97A8;
}
</style>