Shades of Lilac #C28DC9
Tints of Lilac #C28DC9
RGB
CMYK
RGB Variations
Color information
#C28DC9 (or 0xC28DC9) is known color: Lilac. HEX triplet: C2, 8D and C9. RGB value is (194,141,201). Sum of RGB (Red+Green+Blue) = 194+141+201=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #C28DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DC9 is #3D7236. Grayscale: #A3A3A3. Windows color (decimal): -4026935 or 13209026. OLE color: 13209026.
HSL color Cylindrical-coordinate representation of color #C28DC9: hue angle of 293º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28DC9 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 141 | 201 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.21 |
| HSL | 293º | 0.36% | 0.67% | - |
| HSV(B) | 293º | 0.3% | 0.79% | - |
| XYZ | 42.32 | 34.74 | 59.73 | - |
| YUV | 163.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 201 | 0.03 | 0.30 | 0 | 0.21 | 293 | 0.36 | 0.67 |
| Hex | C2 | 8D | C9 | 3 | 1E | 0 | 15 | 125 | 24 | 43 |
| Octal | 302 | 215 | 311 | 3 | 36 | 0 | 25 | 445 | 44 | 103 |
| Binary | 11000010 | 10001101 | 11001001 | 11 | 11110 | 0 | 10101 | 100100101 | 100100 | 1000011 |
Color Harmonies of #C28DC9
Complementary color
Monochromatic Colors of #C28DC9
Black with #C28DC9
Text Example
Text Example
White with #C28DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DC9; }
p { color: rgb(194,141,201); }
H1.HeaderClassName
{
color: #C28DC9;
}
.AnyTagClassName
{
color: #C28DC9;
}
</style>
background-color css
<style>
a { background-color: #C28DC9; }
a { background-color: rgb(194,141,201); }
div.DivClassName
{
background-color: #C28DC9;
}
.BgClassName
{
background-color: #C28DC9;
}
</style>
border-color css
<style>
span { border-color: #C28DC9; }
span { border-color: rgb(194,141,201); }
td.TdClassName
{
border-color: #C28DC9;
}
.TagClassName
{
border-color: #C28DC9;
}
</style>