Shades of Lilac #C28EBE
Tints of Lilac #C28EBE
RGB
CMYK
RGB Variations
Color information
#C28EBE (or 0xC28EBE) is known color: Lilac. HEX triplet: C2, 8E and BE. RGB value is (194,142,190). Sum of RGB (Red+Green+Blue) = 194+142+190=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBE is #3D7141. Grayscale: #A2A2A2. Windows color (decimal): -4026690 or 12488386. OLE color: 12488386.
HSL color Cylindrical-coordinate representation of color #C28EBE: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EBE is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 190 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.24 |
| HSL | 304.62º | 0.3% | 0.66% | - |
| HSV(B) | 304.62º | 0.27% | 0.76% | - |
| XYZ | 41.22 | 34.53 | 53.21 | - |
| YUV | 163.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 190 | 0 | 0.27 | 0.02 | 0.24 | 304.62 | 0.3 | 0.66 |
| Hex | C2 | 8E | BE | 0 | 1B | 2 | 18 | 131 | 1E | 42 |
| Octal | 302 | 216 | 276 | 0 | 33 | 2 | 30 | 461 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10111110 | 0 | 11011 | 10 | 11000 | 100110001 | 11110 | 1000010 |
Color Harmonies of #C28EBE
Complementary color
Monochromatic Colors of #C28EBE
Black with #C28EBE
Text Example
Text Example
White with #C28EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EBE; }
p { color: rgb(194,142,190); }
H1.HeaderClassName
{
color: #C28EBE;
}
.AnyTagClassName
{
color: #C28EBE;
}
</style>
background-color css
<style>
a { background-color: #C28EBE; }
a { background-color: rgb(194,142,190); }
div.DivClassName
{
background-color: #C28EBE;
}
.BgClassName
{
background-color: #C28EBE;
}
</style>
border-color css
<style>
span { border-color: #C28EBE; }
span { border-color: rgb(194,142,190); }
td.TdClassName
{
border-color: #C28EBE;
}
.TagClassName
{
border-color: #C28EBE;
}
</style>