Shades of Viola #CE90A7
Tints of Viola #CE90A7
RGB
CMYK
RGB Variations
Color information
#CE90A7 (or 0xCE90A7) is known color: Viola. HEX triplet: CE, 90 and A7. RGB value is (206,144,167). Sum of RGB (Red+Green+Blue) = 206+144+167=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90A7 is #316F58. Grayscale: #A5A5A5. Windows color (decimal): -3239769 or 10981582. OLE color: 10981582.
HSL color Cylindrical-coordinate representation of color #CE90A7: hue angle of 337.74º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE90A7 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 167 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.19 |
| HSL | 337.74º | 0.39% | 0.69% | - |
| HSV(B) | 337.74º | 0.3% | 0.81% | - |
| XYZ | 42.4 | 35.86 | 41.25 | - |
| YUV | 165.16 | 129.04 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 167 | 0 | 0.30 | 0.19 | 0.19 | 337.74 | 0.39 | 0.69 |
| Hex | CE | 90 | A7 | 0 | 1E | 13 | 13 | 152 | 27 | 45 |
| Octal | 316 | 220 | 247 | 0 | 36 | 23 | 23 | 522 | 47 | 105 |
| Binary | 11001110 | 10010000 | 10100111 | 0 | 11110 | 10011 | 10011 | 101010010 | 100111 | 1000101 |
Color Harmonies of #CE90A7
Complementary color
Monochromatic Colors of #CE90A7
Black with #CE90A7
Text Example
Text Example
White with #CE90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90A7; }
p { color: rgb(206,144,167); }
H1.HeaderClassName
{
color: #CE90A7;
}
.AnyTagClassName
{
color: #CE90A7;
}
</style>
background-color css
<style>
a { background-color: #CE90A7; }
a { background-color: rgb(206,144,167); }
div.DivClassName
{
background-color: #CE90A7;
}
.BgClassName
{
background-color: #CE90A7;
}
</style>
border-color css
<style>
span { border-color: #CE90A7; }
span { border-color: rgb(206,144,167); }
td.TdClassName
{
border-color: #CE90A7;
}
.TagClassName
{
border-color: #CE90A7;
}
</style>