Shades of Lilac #D18FC2
Tints of Lilac #D18FC2
RGB
CMYK
RGB Variations
Color information
#D18FC2 (or 0xD18FC2) is known color: Lilac. HEX triplet: D1, 8F and C2. RGB value is (209,143,194). Sum of RGB (Red+Green+Blue) = 209+143+194=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FC2 is #2E703D. Grayscale: #A8A8A8. Windows color (decimal): -3043390 or 12750801. OLE color: 12750801.
HSL color Cylindrical-coordinate representation of color #D18FC2: hue angle of 313.64º 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 #D18FC2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 194 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.18 |
| HSL | 313.64º | 0.42% | 0.69% | - |
| HSV(B) | 313.64º | 0.32% | 0.82% | - |
| XYZ | 45.85 | 37.1 | 55.78 | - |
| YUV | 168.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 194 | 0 | 0.32 | 0.07 | 0.18 | 313.64 | 0.42 | 0.69 |
| Hex | D1 | 8F | C2 | 0 | 20 | 7 | 12 | 13A | 2A | 45 |
| Octal | 321 | 217 | 302 | 0 | 40 | 7 | 22 | 472 | 52 | 105 |
| Binary | 11010001 | 10001111 | 11000010 | 0 | 100000 | 111 | 10010 | 100111010 | 101010 | 1000101 |
Color Harmonies of #D18FC2
Complementary color
Monochromatic Colors of #D18FC2
Black with #D18FC2
Text Example
Text Example
White with #D18FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FC2; }
p { color: rgb(209,143,194); }
H1.HeaderClassName
{
color: #D18FC2;
}
.AnyTagClassName
{
color: #D18FC2;
}
</style>
background-color css
<style>
a { background-color: #D18FC2; }
a { background-color: rgb(209,143,194); }
div.DivClassName
{
background-color: #D18FC2;
}
.BgClassName
{
background-color: #D18FC2;
}
</style>
border-color css
<style>
span { border-color: #D18FC2; }
span { border-color: rgb(209,143,194); }
td.TdClassName
{
border-color: #D18FC2;
}
.TagClassName
{
border-color: #D18FC2;
}
</style>