Shades of Lilac #C28DCD
Tints of Lilac #C28DCD
RGB
CMYK
RGB Variations
Color information
#C28DCD (or 0xC28DCD) is known color: Lilac. HEX triplet: C2, 8D and CD. RGB value is (194,141,205). Sum of RGB (Red+Green+Blue) = 194+141+205=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C28DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCD is #3D7232. Grayscale: #A3A3A3. Windows color (decimal): -4026931 or 13471170. OLE color: 13471170.
HSL color Cylindrical-coordinate representation of color #C28DCD: hue angle of 289.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28DCD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 141 | 205 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.20 |
| HSL | 289.69º | 0.39% | 0.68% | - |
| HSV(B) | 289.69º | 0.31% | 0.8% | - |
| XYZ | 42.79 | 34.93 | 62.24 | - |
| YUV | 164.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 205 | 0.05 | 0.31 | 0 | 0.20 | 289.69 | 0.39 | 0.68 |
| Hex | C2 | 8D | CD | 5 | 1F | 0 | 14 | 122 | 27 | 44 |
| Octal | 302 | 215 | 315 | 5 | 37 | 0 | 24 | 442 | 47 | 104 |
| Binary | 11000010 | 10001101 | 11001101 | 101 | 11111 | 0 | 10100 | 100100010 | 100111 | 1000100 |
Color Harmonies of #C28DCD
Complementary color
Monochromatic Colors of #C28DCD
Black with #C28DCD
Text Example
Text Example
White with #C28DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DCD; }
p { color: rgb(194,141,205); }
H1.HeaderClassName
{
color: #C28DCD;
}
.AnyTagClassName
{
color: #C28DCD;
}
</style>
background-color css
<style>
a { background-color: #C28DCD; }
a { background-color: rgb(194,141,205); }
div.DivClassName
{
background-color: #C28DCD;
}
.BgClassName
{
background-color: #C28DCD;
}
</style>
border-color css
<style>
span { border-color: #C28DCD; }
span { border-color: rgb(194,141,205); }
td.TdClassName
{
border-color: #C28DCD;
}
.TagClassName
{
border-color: #C28DCD;
}
</style>