Shades of Lilac #CE90CA
Tints of Lilac #CE90CA
RGB
CMYK
RGB Variations
Color information
#CE90CA (or 0xCE90CA) is known color: Lilac. HEX triplet: CE, 90 and CA. RGB value is (206,144,202). Sum of RGB (Red+Green+Blue) = 206+144+202=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90CA is #316F35. Grayscale: #A8A8A8. Windows color (decimal): -3239734 or 13275342. OLE color: 13275342.
HSL color Cylindrical-coordinate representation of color #CE90CA: hue angle of 303.87º 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 #CE90CA is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 202 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.19 |
| HSL | 303.87º | 0.39% | 0.69% | - |
| HSV(B) | 303.87º | 0.3% | 0.81% | - |
| XYZ | 46.09 | 37.33 | 60.65 | - |
| YUV | 169.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 202 | 0 | 0.30 | 0.02 | 0.19 | 303.87 | 0.39 | 0.69 |
| Hex | CE | 90 | CA | 0 | 1E | 2 | 13 | 130 | 27 | 45 |
| Octal | 316 | 220 | 312 | 0 | 36 | 2 | 23 | 460 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11001010 | 0 | 11110 | 10 | 10011 | 100110000 | 100111 | 1000101 |
Color Harmonies of #CE90CA
Complementary color
Monochromatic Colors of #CE90CA
Black with #CE90CA
Text Example
Text Example
White with #CE90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90CA; }
p { color: rgb(206,144,202); }
H1.HeaderClassName
{
color: #CE90CA;
}
.AnyTagClassName
{
color: #CE90CA;
}
</style>
background-color css
<style>
a { background-color: #CE90CA; }
a { background-color: rgb(206,144,202); }
div.DivClassName
{
background-color: #CE90CA;
}
.BgClassName
{
background-color: #CE90CA;
}
</style>
border-color css
<style>
span { border-color: #CE90CA; }
span { border-color: rgb(206,144,202); }
td.TdClassName
{
border-color: #CE90CA;
}
.TagClassName
{
border-color: #CE90CA;
}
</style>