Shades of Lilac #D18CCC
Tints of Lilac #D18CCC
RGB
CMYK
RGB Variations
Color information
#D18CCC (or 0xD18CCC) is known color: Lilac. HEX triplet: D1, 8C and CC. RGB value is (209,140,204). Sum of RGB (Red+Green+Blue) = 209+140+204=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CCC is #2E7333. Grayscale: #A7A7A7. Windows color (decimal): -3044148 or 13405393. OLE color: 13405393.
HSL color Cylindrical-coordinate representation of color #D18CCC: hue angle of 304.35º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18CCC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 204 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.18 |
| HSL | 304.35º | 0.43% | 0.68% | - |
| HSV(B) | 304.35º | 0.33% | 0.82% | - |
| XYZ | 46.57 | 36.67 | 61.75 | - |
| YUV | 167.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 204 | 0 | 0.33 | 0.02 | 0.18 | 304.35 | 0.43 | 0.68 |
| Hex | D1 | 8C | CC | 0 | 21 | 2 | 12 | 130 | 2B | 44 |
| Octal | 321 | 214 | 314 | 0 | 41 | 2 | 22 | 460 | 53 | 104 |
| Binary | 11010001 | 10001100 | 11001100 | 0 | 100001 | 10 | 10010 | 100110000 | 101011 | 1000100 |
Color Harmonies of #D18CCC
Complementary color
Monochromatic Colors of #D18CCC
Black with #D18CCC
Text Example
Text Example
White with #D18CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CCC; }
p { color: rgb(209,140,204); }
H1.HeaderClassName
{
color: #D18CCC;
}
.AnyTagClassName
{
color: #D18CCC;
}
</style>
background-color css
<style>
a { background-color: #D18CCC; }
a { background-color: rgb(209,140,204); }
div.DivClassName
{
background-color: #D18CCC;
}
.BgClassName
{
background-color: #D18CCC;
}
</style>
border-color css
<style>
span { border-color: #D18CCC; }
span { border-color: rgb(209,140,204); }
td.TdClassName
{
border-color: #D18CCC;
}
.TagClassName
{
border-color: #D18CCC;
}
</style>