Shades of Lilac #CE93C1
Tints of Lilac #CE93C1
RGB
CMYK
RGB Variations
Color information
#CE93C1 (or 0xCE93C1) is known color: Lilac. HEX triplet: CE, 93 and C1. RGB value is (206,147,193). Sum of RGB (Red+Green+Blue) = 206+147+193=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE93C1 is #316C3E. Grayscale: #A9A9A9. Windows color (decimal): -3238975 or 12686286. OLE color: 12686286.
HSL color Cylindrical-coordinate representation of color #CE93C1: hue angle of 313.22º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CE93C1 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 147 | 193 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.19 |
| HSL | 313.22º | 0.38% | 0.69% | - |
| HSV(B) | 313.22º | 0.29% | 0.81% | - |
| XYZ | 45.51 | 37.84 | 55.36 | - |
| YUV | 169.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 147 | 193 | 0 | 0.29 | 0.06 | 0.19 | 313.22 | 0.38 | 0.69 |
| Hex | CE | 93 | C1 | 0 | 1D | 6 | 13 | 139 | 26 | 45 |
| Octal | 316 | 223 | 301 | 0 | 35 | 6 | 23 | 471 | 46 | 105 |
| Binary | 11001110 | 10010011 | 11000001 | 0 | 11101 | 110 | 10011 | 100111001 | 100110 | 1000101 |
Color Harmonies of #CE93C1
Complementary color
Monochromatic Colors of #CE93C1
Black with #CE93C1
Text Example
Text Example
White with #CE93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE93C1; }
p { color: rgb(206,147,193); }
H1.HeaderClassName
{
color: #CE93C1;
}
.AnyTagClassName
{
color: #CE93C1;
}
</style>
background-color css
<style>
a { background-color: #CE93C1; }
a { background-color: rgb(206,147,193); }
div.DivClassName
{
background-color: #CE93C1;
}
.BgClassName
{
background-color: #CE93C1;
}
</style>
border-color css
<style>
span { border-color: #CE93C1; }
span { border-color: rgb(206,147,193); }
td.TdClassName
{
border-color: #CE93C1;
}
.TagClassName
{
border-color: #CE93C1;
}
</style>