Shades of Lilac #C28DC0
Tints of Lilac #C28DC0
RGB
CMYK
RGB Variations
Color information
#C28DC0 (or 0xC28DC0) is known color: Lilac. HEX triplet: C2, 8D and C0. RGB value is (194,141,192). Sum of RGB (Red+Green+Blue) = 194+141+192=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C28DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DC0 is #3D723F. Grayscale: #A2A2A2. Windows color (decimal): -4026944 or 12619202. OLE color: 12619202.
HSL color Cylindrical-coordinate representation of color #C28DC0: hue angle of 302.26º 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 #C28DC0 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 192 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.24 |
| HSL | 302.26º | 0.3% | 0.66% | - |
| HSV(B) | 302.26º | 0.27% | 0.76% | - |
| XYZ | 41.29 | 34.32 | 54.32 | - |
| YUV | 162.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 192 | 0 | 0.27 | 0.01 | 0.24 | 302.26 | 0.3 | 0.66 |
| Hex | C2 | 8D | C0 | 0 | 1B | 1 | 18 | 12E | 1E | 42 |
| Octal | 302 | 215 | 300 | 0 | 33 | 1 | 30 | 456 | 36 | 102 |
| Binary | 11000010 | 10001101 | 11000000 | 0 | 11011 | 1 | 11000 | 100101110 | 11110 | 1000010 |
Color Harmonies of #C28DC0
Complementary color
Monochromatic Colors of #C28DC0
Black with #C28DC0
Text Example
Text Example
White with #C28DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DC0; }
p { color: rgb(194,141,192); }
H1.HeaderClassName
{
color: #C28DC0;
}
.AnyTagClassName
{
color: #C28DC0;
}
</style>
background-color css
<style>
a { background-color: #C28DC0; }
a { background-color: rgb(194,141,192); }
div.DivClassName
{
background-color: #C28DC0;
}
.BgClassName
{
background-color: #C28DC0;
}
</style>
border-color css
<style>
span { border-color: #C28DC0; }
span { border-color: rgb(194,141,192); }
td.TdClassName
{
border-color: #C28DC0;
}
.TagClassName
{
border-color: #C28DC0;
}
</style>