Shades of Lilac #CE90C0
Tints of Lilac #CE90C0
RGB
CMYK
RGB Variations
Color information
#CE90C0 (or 0xCE90C0) is known color: Lilac. HEX triplet: CE, 90 and C0. RGB value is (206,144,192). Sum of RGB (Red+Green+Blue) = 206+144+192=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90C0 is #316F3F. Grayscale: #A7A7A7. Windows color (decimal): -3239744 or 12619982. OLE color: 12619982.
HSL color Cylindrical-coordinate representation of color #CE90C0: hue angle of 313.55º 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 #CE90C0 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 192 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.19 |
| HSL | 313.55º | 0.39% | 0.69% | - |
| HSV(B) | 313.55º | 0.3% | 0.81% | - |
| XYZ | 44.94 | 36.87 | 54.62 | - |
| YUV | 168.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 192 | 0 | 0.30 | 0.07 | 0.19 | 313.55 | 0.39 | 0.69 |
| Hex | CE | 90 | C0 | 0 | 1E | 7 | 13 | 13A | 27 | 45 |
| Octal | 316 | 220 | 300 | 0 | 36 | 7 | 23 | 472 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11000000 | 0 | 11110 | 111 | 10011 | 100111010 | 100111 | 1000101 |
Color Harmonies of #CE90C0
Complementary color
Monochromatic Colors of #CE90C0
Black with #CE90C0
Text Example
Text Example
White with #CE90C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90C0; }
p { color: rgb(206,144,192); }
H1.HeaderClassName
{
color: #CE90C0;
}
.AnyTagClassName
{
color: #CE90C0;
}
</style>
background-color css
<style>
a { background-color: #CE90C0; }
a { background-color: rgb(206,144,192); }
div.DivClassName
{
background-color: #CE90C0;
}
.BgClassName
{
background-color: #CE90C0;
}
</style>
border-color css
<style>
span { border-color: #CE90C0; }
span { border-color: rgb(206,144,192); }
td.TdClassName
{
border-color: #CE90C0;
}
.TagClassName
{
border-color: #CE90C0;
}
</style>