Shades of Lilac #CE94CA
Tints of Lilac #CE94CA
RGB
CMYK
RGB Variations
Color information
#CE94CA (or 0xCE94CA) is known color: Lilac. HEX triplet: CE, 94 and CA. RGB value is (206,148,202). Sum of RGB (Red+Green+Blue) = 206+148+202=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CE94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE94CA is #316B35. Grayscale: #ABABAB. Windows color (decimal): -3238710 or 13276366. OLE color: 13276366.
HSL color Cylindrical-coordinate representation of color #CE94CA: hue angle of 304.14º 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 #CE94CA is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 148 | 202 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.19 |
| HSL | 304.14º | 0.37% | 0.69% | - |
| HSV(B) | 304.14º | 0.28% | 0.81% | - |
| XYZ | 46.7 | 38.57 | 60.86 | - |
| YUV | 171.5 | 145.22 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 148 | 202 | 0 | 0.28 | 0.02 | 0.19 | 304.14 | 0.37 | 0.69 |
| Hex | CE | 94 | CA | 0 | 1C | 2 | 13 | 130 | 25 | 45 |
| Octal | 316 | 224 | 312 | 0 | 34 | 2 | 23 | 460 | 45 | 105 |
| Binary | 11001110 | 10010100 | 11001010 | 0 | 11100 | 10 | 10011 | 100110000 | 100101 | 1000101 |
Color Harmonies of #CE94CA
Complementary color
Monochromatic Colors of #CE94CA
Black with #CE94CA
Text Example
Text Example
White with #CE94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE94CA; }
p { color: rgb(206,148,202); }
H1.HeaderClassName
{
color: #CE94CA;
}
.AnyTagClassName
{
color: #CE94CA;
}
</style>
background-color css
<style>
a { background-color: #CE94CA; }
a { background-color: rgb(206,148,202); }
div.DivClassName
{
background-color: #CE94CA;
}
.BgClassName
{
background-color: #CE94CA;
}
</style>
border-color css
<style>
span { border-color: #CE94CA; }
span { border-color: rgb(206,148,202); }
td.TdClassName
{
border-color: #CE94CA;
}
.TagClassName
{
border-color: #CE94CA;
}
</style>