Shades of Lilac #D18BC6
Tints of Lilac #D18BC6
RGB
CMYK
RGB Variations
Color information
#D18BC6 (or 0xD18BC6) is known color: Lilac. HEX triplet: D1, 8B and C6. RGB value is (209,139,198). Sum of RGB (Red+Green+Blue) = 209+139+198=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BC6 is #2E7439. Grayscale: #A6A6A6. Windows color (decimal): -3044410 or 13011921. OLE color: 13011921.
HSL color Cylindrical-coordinate representation of color #D18BC6: hue angle of 309.43º 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 #D18BC6 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 198 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.18 |
| HSL | 309.43º | 0.43% | 0.68% | - |
| HSV(B) | 309.43º | 0.33% | 0.82% | - |
| XYZ | 45.72 | 36.1 | 57.98 | - |
| YUV | 166.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 198 | 0 | 0.33 | 0.05 | 0.18 | 309.43 | 0.43 | 0.68 |
| Hex | D1 | 8B | C6 | 0 | 21 | 5 | 12 | 135 | 2B | 44 |
| Octal | 321 | 213 | 306 | 0 | 41 | 5 | 22 | 465 | 53 | 104 |
| Binary | 11010001 | 10001011 | 11000110 | 0 | 100001 | 101 | 10010 | 100110101 | 101011 | 1000100 |
Color Harmonies of #D18BC6
Complementary color
Monochromatic Colors of #D18BC6
Black with #D18BC6
Text Example
Text Example
White with #D18BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BC6; }
p { color: rgb(209,139,198); }
H1.HeaderClassName
{
color: #D18BC6;
}
.AnyTagClassName
{
color: #D18BC6;
}
</style>
background-color css
<style>
a { background-color: #D18BC6; }
a { background-color: rgb(209,139,198); }
div.DivClassName
{
background-color: #D18BC6;
}
.BgClassName
{
background-color: #D18BC6;
}
</style>
border-color css
<style>
span { border-color: #D18BC6; }
span { border-color: rgb(209,139,198); }
td.TdClassName
{
border-color: #D18BC6;
}
.TagClassName
{
border-color: #D18BC6;
}
</style>