Shades of Lilac #C28DCC
Tints of Lilac #C28DCC
RGB
CMYK
RGB Variations
Color information
#C28DCC (or 0xC28DCC) is known color: Lilac. HEX triplet: C2, 8D and CC. RGB value is (194,141,204). Sum of RGB (Red+Green+Blue) = 194+141+204=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28DCC is #3D7233. Grayscale: #A3A3A3. Windows color (decimal): -4026932 or 13405634. OLE color: 13405634.
HSL color Cylindrical-coordinate representation of color #C28DCC: hue angle of 290.48º degrees, saturation: 0.38, 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 #C28DCC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 141 | 204 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.2 |
| HSL | 290.48º | 0.38% | 0.68% | - |
| HSV(B) | 290.48º | 0.31% | 0.8% | - |
| XYZ | 42.67 | 34.88 | 61.61 | - |
| YUV | 164.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 204 | 0.05 | 0.31 | 0 | 0.2 | 290.48 | 0.38 | 0.68 |
| Hex | C2 | 8D | CC | 5 | 1F | 0 | 14 | 122 | 26 | 44 |
| Octal | 302 | 215 | 314 | 5 | 37 | 0 | 24 | 442 | 46 | 104 |
| Binary | 11000010 | 10001101 | 11001100 | 101 | 11111 | 0 | 10100 | 100100010 | 100110 | 1000100 |
Color Harmonies of #C28DCC
Complementary color
Monochromatic Colors of #C28DCC
Black with #C28DCC
Text Example
Text Example
White with #C28DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28DCC; }
p { color: rgb(194,141,204); }
H1.HeaderClassName
{
color: #C28DCC;
}
.AnyTagClassName
{
color: #C28DCC;
}
</style>
background-color css
<style>
a { background-color: #C28DCC; }
a { background-color: rgb(194,141,204); }
div.DivClassName
{
background-color: #C28DCC;
}
.BgClassName
{
background-color: #C28DCC;
}
</style>
border-color css
<style>
span { border-color: #C28DCC; }
span { border-color: rgb(194,141,204); }
td.TdClassName
{
border-color: #C28DCC;
}
.TagClassName
{
border-color: #C28DCC;
}
</style>