Shades of Lilac #C28DCA
Tints of Lilac #C28DCA
RGB
CMYK
RGB Variations
Color information
#C28DCA (or 0xC28DCA) is known color: Lilac. HEX triplet: C2, 8D and CA. RGB value is (194,141,202). Sum of RGB (Red+Green+Blue) = 194+141+202=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCA is #3D7235. Grayscale: #A3A3A3. Windows color (decimal): -4026934 or 13274562. OLE color: 13274562.
HSL color Cylindrical-coordinate representation of color #C28DCA: hue angle of 292.13º degrees, saturation: 0.37, 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 #C28DCA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 141 | 202 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.21 |
| HSL | 292.13º | 0.37% | 0.67% | - |
| HSV(B) | 292.13º | 0.3% | 0.79% | - |
| XYZ | 42.43 | 34.78 | 60.35 | - |
| YUV | 163.8 | 149.56 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 202 | 0.04 | 0.30 | 0 | 0.21 | 292.13 | 0.37 | 0.67 |
| Hex | C2 | 8D | CA | 4 | 1E | 0 | 15 | 124 | 25 | 43 |
| Octal | 302 | 215 | 312 | 4 | 36 | 0 | 25 | 444 | 45 | 103 |
| Binary | 11000010 | 10001101 | 11001010 | 100 | 11110 | 0 | 10101 | 100100100 | 100101 | 1000011 |
Color Harmonies of #C28DCA
Complementary color
Monochromatic Colors of #C28DCA
Black with #C28DCA
Text Example
Text Example
White with #C28DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DCA; }
p { color: rgb(194,141,202); }
H1.HeaderClassName
{
color: #C28DCA;
}
.AnyTagClassName
{
color: #C28DCA;
}
</style>
background-color css
<style>
a { background-color: #C28DCA; }
a { background-color: rgb(194,141,202); }
div.DivClassName
{
background-color: #C28DCA;
}
.BgClassName
{
background-color: #C28DCA;
}
</style>
border-color css
<style>
span { border-color: #C28DCA; }
span { border-color: rgb(194,141,202); }
td.TdClassName
{
border-color: #C28DCA;
}
.TagClassName
{
border-color: #C28DCA;
}
</style>