Shades of Lilac #CE90C3
Tints of Lilac #CE90C3
RGB
CMYK
RGB Variations
Color information
#CE90C3 (or 0xCE90C3) is known color: Lilac. HEX triplet: CE, 90 and C3. RGB value is (206,144,195). Sum of RGB (Red+Green+Blue) = 206+144+195=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90C3 is #316F3C. Grayscale: #A8A8A8. Windows color (decimal): -3239741 or 12816590. OLE color: 12816590.
HSL color Cylindrical-coordinate representation of color #CE90C3: hue angle of 310.65º 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 #CE90C3 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 195 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.19 |
| HSL | 310.65º | 0.39% | 0.69% | - |
| HSV(B) | 310.65º | 0.3% | 0.81% | - |
| XYZ | 45.28 | 37.01 | 56.39 | - |
| YUV | 168.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 195 | 0 | 0.30 | 0.05 | 0.19 | 310.65 | 0.39 | 0.69 |
| Hex | CE | 90 | C3 | 0 | 1E | 5 | 13 | 137 | 27 | 45 |
| Octal | 316 | 220 | 303 | 0 | 36 | 5 | 23 | 467 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11000011 | 0 | 11110 | 101 | 10011 | 100110111 | 100111 | 1000101 |
Color Harmonies of #CE90C3
Complementary color
Monochromatic Colors of #CE90C3
Black with #CE90C3
Text Example
Text Example
White with #CE90C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90C3; }
p { color: rgb(206,144,195); }
H1.HeaderClassName
{
color: #CE90C3;
}
.AnyTagClassName
{
color: #CE90C3;
}
</style>
background-color css
<style>
a { background-color: #CE90C3; }
a { background-color: rgb(206,144,195); }
div.DivClassName
{
background-color: #CE90C3;
}
.BgClassName
{
background-color: #CE90C3;
}
</style>
border-color css
<style>
span { border-color: #CE90C3; }
span { border-color: rgb(206,144,195); }
td.TdClassName
{
border-color: #CE90C3;
}
.TagClassName
{
border-color: #CE90C3;
}
</style>