Shades of Lilac #CE94C3
Tints of Lilac #CE94C3
RGB
CMYK
RGB Variations
Color information
#CE94C3 (or 0xCE94C3) is known color: Lilac. HEX triplet: CE, 94 and C3. RGB value is (206,148,195). Sum of RGB (Red+Green+Blue) = 206+148+195=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94C3 is #316B3C. Grayscale: #AAAAAA. Windows color (decimal): -3238717 or 12817614. OLE color: 12817614.
HSL color Cylindrical-coordinate representation of color #CE94C3: hue angle of 311.38º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE94C3 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 195 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.19 |
| HSL | 311.38º | 0.37% | 0.69% | - |
| HSV(B) | 311.38º | 0.28% | 0.81% | - |
| XYZ | 45.89 | 38.24 | 56.59 | - |
| YUV | 170.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 195 | 0 | 0.28 | 0.05 | 0.19 | 311.38 | 0.37 | 0.69 |
| Hex | CE | 94 | C3 | 0 | 1C | 5 | 13 | 137 | 25 | 45 |
| Octal | 316 | 224 | 303 | 0 | 34 | 5 | 23 | 467 | 45 | 105 |
| Binary | 11001110 | 10010100 | 11000011 | 0 | 11100 | 101 | 10011 | 100110111 | 100101 | 1000101 |
Color Harmonies of #CE94C3
Complementary color
Monochromatic Colors of #CE94C3
Black with #CE94C3
Text Example
Text Example
White with #CE94C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94C3; }
p { color: rgb(206,148,195); }
H1.HeaderClassName
{
color: #CE94C3;
}
.AnyTagClassName
{
color: #CE94C3;
}
</style>
background-color css
<style>
a { background-color: #CE94C3; }
a { background-color: rgb(206,148,195); }
div.DivClassName
{
background-color: #CE94C3;
}
.BgClassName
{
background-color: #CE94C3;
}
</style>
border-color css
<style>
span { border-color: #CE94C3; }
span { border-color: rgb(206,148,195); }
td.TdClassName
{
border-color: #CE94C3;
}
.TagClassName
{
border-color: #CE94C3;
}
</style>