Shades of Lilac #D18FC6
Tints of Lilac #D18FC6
RGB
CMYK
RGB Variations
Color information
#D18FC6 (or 0xD18FC6) is known color: Lilac. HEX triplet: D1, 8F and C6. RGB value is (209,143,198). Sum of RGB (Red+Green+Blue) = 209+143+198=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FC6 is #2E7039. Grayscale: #A8A8A8. Windows color (decimal): -3043386 or 13012945. OLE color: 13012945.
HSL color Cylindrical-coordinate representation of color #D18FC6: hue angle of 310º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FC6 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 198 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.18 |
| HSL | 310º | 0.42% | 0.69% | - |
| HSV(B) | 310º | 0.32% | 0.82% | - |
| XYZ | 46.31 | 37.28 | 58.18 | - |
| YUV | 169 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 198 | 0 | 0.32 | 0.05 | 0.18 | 310 | 0.42 | 0.69 |
| Hex | D1 | 8F | C6 | 0 | 20 | 5 | 12 | 136 | 2A | 45 |
| Octal | 321 | 217 | 306 | 0 | 40 | 5 | 22 | 466 | 52 | 105 |
| Binary | 11010001 | 10001111 | 11000110 | 0 | 100000 | 101 | 10010 | 100110110 | 101010 | 1000101 |
Color Harmonies of #D18FC6
Complementary color
Monochromatic Colors of #D18FC6
Black with #D18FC6
Text Example
Text Example
White with #D18FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FC6; }
p { color: rgb(209,143,198); }
H1.HeaderClassName
{
color: #D18FC6;
}
.AnyTagClassName
{
color: #D18FC6;
}
</style>
background-color css
<style>
a { background-color: #D18FC6; }
a { background-color: rgb(209,143,198); }
div.DivClassName
{
background-color: #D18FC6;
}
.BgClassName
{
background-color: #D18FC6;
}
</style>
border-color css
<style>
span { border-color: #D18FC6; }
span { border-color: rgb(209,143,198); }
td.TdClassName
{
border-color: #D18FC6;
}
.TagClassName
{
border-color: #D18FC6;
}
</style>