Shades of Lilac #D18FC7
Tints of Lilac #D18FC7
RGB
CMYK
RGB Variations
Color information
#D18FC7 (or 0xD18FC7) is known color: Lilac. HEX triplet: D1, 8F and C7. RGB value is (209,143,199). Sum of RGB (Red+Green+Blue) = 209+143+199=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FC7 is #2E7038. Grayscale: #A8A8A8. Windows color (decimal): -3043385 or 13078481. OLE color: 13078481.
HSL color Cylindrical-coordinate representation of color #D18FC7: hue angle of 309.09º 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 #D18FC7 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 199 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.18 |
| HSL | 309.09º | 0.42% | 0.69% | - |
| HSV(B) | 309.09º | 0.32% | 0.82% | - |
| XYZ | 46.43 | 37.32 | 58.79 | - |
| YUV | 169.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 199 | 0 | 0.32 | 0.05 | 0.18 | 309.09 | 0.42 | 0.69 |
| Hex | D1 | 8F | C7 | 0 | 20 | 5 | 12 | 135 | 2A | 45 |
| Octal | 321 | 217 | 307 | 0 | 40 | 5 | 22 | 465 | 52 | 105 |
| Binary | 11010001 | 10001111 | 11000111 | 0 | 100000 | 101 | 10010 | 100110101 | 101010 | 1000101 |
Color Harmonies of #D18FC7
Complementary color
Monochromatic Colors of #D18FC7
Black with #D18FC7
Text Example
Text Example
White with #D18FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FC7; }
p { color: rgb(209,143,199); }
H1.HeaderClassName
{
color: #D18FC7;
}
.AnyTagClassName
{
color: #D18FC7;
}
</style>
background-color css
<style>
a { background-color: #D18FC7; }
a { background-color: rgb(209,143,199); }
div.DivClassName
{
background-color: #D18FC7;
}
.BgClassName
{
background-color: #D18FC7;
}
</style>
border-color css
<style>
span { border-color: #D18FC7; }
span { border-color: rgb(209,143,199); }
td.TdClassName
{
border-color: #D18FC7;
}
.TagClassName
{
border-color: #D18FC7;
}
</style>