Shades of Lilac #CE90C1
Tints of Lilac #CE90C1
RGB
CMYK
RGB Variations
Color information
#CE90C1 (or 0xCE90C1) is known color: Lilac. HEX triplet: CE, 90 and C1. RGB value is (206,144,193). Sum of RGB (Red+Green+Blue) = 206+144+193=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CE90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90C1 is #316F3E. Grayscale: #A7A7A7. Windows color (decimal): -3239743 or 12685518. OLE color: 12685518.
HSL color Cylindrical-coordinate representation of color #CE90C1: hue angle of 312.58º 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 #CE90C1 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 193 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.19 |
| HSL | 312.58º | 0.39% | 0.69% | - |
| HSV(B) | 312.58º | 0.3% | 0.81% | - |
| XYZ | 45.05 | 36.92 | 55.2 | - |
| YUV | 168.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 193 | 0 | 0.30 | 0.06 | 0.19 | 312.58 | 0.39 | 0.69 |
| Hex | CE | 90 | C1 | 0 | 1E | 6 | 13 | 139 | 27 | 45 |
| Octal | 316 | 220 | 301 | 0 | 36 | 6 | 23 | 471 | 47 | 105 |
| Binary | 11001110 | 10010000 | 11000001 | 0 | 11110 | 110 | 10011 | 100111001 | 100111 | 1000101 |
Color Harmonies of #CE90C1
Complementary color
Monochromatic Colors of #CE90C1
Black with #CE90C1
Text Example
Text Example
White with #CE90C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE90C1; }
p { color: rgb(206,144,193); }
H1.HeaderClassName
{
color: #CE90C1;
}
.AnyTagClassName
{
color: #CE90C1;
}
</style>
background-color css
<style>
a { background-color: #CE90C1; }
a { background-color: rgb(206,144,193); }
div.DivClassName
{
background-color: #CE90C1;
}
.BgClassName
{
background-color: #CE90C1;
}
</style>
border-color css
<style>
span { border-color: #CE90C1; }
span { border-color: rgb(206,144,193); }
td.TdClassName
{
border-color: #CE90C1;
}
.TagClassName
{
border-color: #CE90C1;
}
</style>