Shades of Lilac #D18FCA
Tints of Lilac #D18FCA
RGB
CMYK
RGB Variations
Color information
#D18FCA (or 0xD18FCA) is known color: Lilac. HEX triplet: D1, 8F and CA. RGB value is (209,143,202). Sum of RGB (Red+Green+Blue) = 209+143+202=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FCA is #2E7035. Grayscale: #A9A9A9. Windows color (decimal): -3043382 or 13275089. OLE color: 13275089.
HSL color Cylindrical-coordinate representation of color #D18FCA: hue angle of 306.36º 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 #D18FCA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 202 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.18 |
| HSL | 306.36º | 0.42% | 0.69% | - |
| HSV(B) | 306.36º | 0.32% | 0.82% | - |
| XYZ | 46.78 | 37.46 | 60.64 | - |
| YUV | 169.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 202 | 0 | 0.32 | 0.03 | 0.18 | 306.36 | 0.42 | 0.69 |
| Hex | D1 | 8F | CA | 0 | 20 | 3 | 12 | 132 | 2A | 45 |
| Octal | 321 | 217 | 312 | 0 | 40 | 3 | 22 | 462 | 52 | 105 |
| Binary | 11010001 | 10001111 | 11001010 | 0 | 100000 | 11 | 10010 | 100110010 | 101010 | 1000101 |
Color Harmonies of #D18FCA
Complementary color
Monochromatic Colors of #D18FCA
Black with #D18FCA
Text Example
Text Example
White with #D18FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FCA; }
p { color: rgb(209,143,202); }
H1.HeaderClassName
{
color: #D18FCA;
}
.AnyTagClassName
{
color: #D18FCA;
}
</style>
background-color css
<style>
a { background-color: #D18FCA; }
a { background-color: rgb(209,143,202); }
div.DivClassName
{
background-color: #D18FCA;
}
.BgClassName
{
background-color: #D18FCA;
}
</style>
border-color css
<style>
span { border-color: #D18FCA; }
span { border-color: rgb(209,143,202); }
td.TdClassName
{
border-color: #D18FCA;
}
.TagClassName
{
border-color: #D18FCA;
}
</style>