Shades of Viola #CE90A8
Tints of Viola #CE90A8
RGB
CMYK
RGB Variations
Color information
#CE90A8 (or 0xCE90A8) is known color: Viola. HEX triplet: CE, 90 and A8. RGB value is (206,144,168). Sum of RGB (Red+Green+Blue) = 206+144+168=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE90A8 is #316F57. Grayscale: #A5A5A5. Windows color (decimal): -3239768 or 11047118. OLE color: 11047118.
HSL color Cylindrical-coordinate representation of color #CE90A8: hue angle of 336.77º 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 #CE90A8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 144 | 168 | - |
CMYK | 0 | 0.30 | 0.18 | 0.19 |
HSL | 336.77º | 0.39% | 0.69% | - |
HSV(B) | 336.77º | 0.3% | 0.81% | - |
XYZ | 42.49 | 35.9 | 41.73 | - |
YUV | 165.27 | 129.54 | 157.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 144 | 168 | 0 | 0.30 | 0.18 | 0.19 | 336.77 | 0.39 | 0.69 |
Hex | CE | 90 | A8 | 0 | 1E | 12 | 13 | 151 | 27 | 45 |
Octal | 316 | 220 | 250 | 0 | 36 | 22 | 23 | 521 | 47 | 105 |
Binary | 11001110 | 10010000 | 10101000 | 0 | 11110 | 10010 | 10011 | 101010001 | 100111 | 1000101 |
Color Harmonies of #CE90A8
Complementary color
Monochromatic Colors of #CE90A8
Black with #CE90A8
Text Example
Text Example
White with #CE90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90A8; }
p { color: rgb(206,144,168); }
H1.HeaderClassName
{
color: #CE90A8;
}
.AnyTagClassName
{
color: #CE90A8;
}
</style>
background-color css
<style>
a { background-color: #CE90A8; }
a { background-color: rgb(206,144,168); }
div.DivClassName
{
background-color: #CE90A8;
}
.BgClassName
{
background-color: #CE90A8;
}
</style>
border-color css
<style>
span { border-color: #CE90A8; }
span { border-color: rgb(206,144,168); }
td.TdClassName
{
border-color: #CE90A8;
}
.TagClassName
{
border-color: #CE90A8;
}
</style>