Shades of Lilac #D18CC6
Tints of Lilac #D18CC6
RGB
CMYK
RGB Variations
Color information
#D18CC6 (or 0xD18CC6) is known color: Lilac. HEX triplet: D1, 8C and C6. RGB value is (209,140,198). Sum of RGB (Red+Green+Blue) = 209+140+198=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CC6 is #2E7339. Grayscale: #A7A7A7. Windows color (decimal): -3044154 or 13012177. OLE color: 13012177.
HSL color Cylindrical-coordinate representation of color #D18CC6: hue angle of 309.57º 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 #D18CC6 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 198 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.18 |
| HSL | 309.57º | 0.43% | 0.68% | - |
| HSV(B) | 309.57º | 0.33% | 0.82% | - |
| XYZ | 45.87 | 36.39 | 58.03 | - |
| YUV | 167.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 198 | 0 | 0.33 | 0.05 | 0.18 | 309.57 | 0.43 | 0.68 |
| Hex | D1 | 8C | C6 | 0 | 21 | 5 | 12 | 136 | 2B | 44 |
| Octal | 321 | 214 | 306 | 0 | 41 | 5 | 22 | 466 | 53 | 104 |
| Binary | 11010001 | 10001100 | 11000110 | 0 | 100001 | 101 | 10010 | 100110110 | 101011 | 1000100 |
Color Harmonies of #D18CC6
Complementary color
Monochromatic Colors of #D18CC6
Black with #D18CC6
Text Example
Text Example
White with #D18CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CC6; }
p { color: rgb(209,140,198); }
H1.HeaderClassName
{
color: #D18CC6;
}
.AnyTagClassName
{
color: #D18CC6;
}
</style>
background-color css
<style>
a { background-color: #D18CC6; }
a { background-color: rgb(209,140,198); }
div.DivClassName
{
background-color: #D18CC6;
}
.BgClassName
{
background-color: #D18CC6;
}
</style>
border-color css
<style>
span { border-color: #D18CC6; }
span { border-color: rgb(209,140,198); }
td.TdClassName
{
border-color: #D18CC6;
}
.TagClassName
{
border-color: #D18CC6;
}
</style>