Shades of Lily #D18CC0
Tints of Lily #D18CC0
RGB
CMYK
RGB Variations
Color information
#D18CC0 (or 0xD18CC0) is known color: Lily. HEX triplet: D1, 8C and C0. RGB value is (209,140,192). Sum of RGB (Red+Green+Blue) = 209+140+192=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D18CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18CC0 is #2E733F. Grayscale: #A6A6A6. Windows color (decimal): -3044160 or 12618961. OLE color: 12618961.
HSL color Cylindrical-coordinate representation of color #D18CC0: hue angle of 314.78º 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 #D18CC0 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 140 | 192 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.18 |
| HSL | 314.78º | 0.43% | 0.68% | - |
| HSV(B) | 314.78º | 0.33% | 0.82% | - |
| XYZ | 45.19 | 36.12 | 54.46 | - |
| YUV | 166.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 140 | 192 | 0 | 0.33 | 0.08 | 0.18 | 314.78 | 0.43 | 0.68 |
| Hex | D1 | 8C | C0 | 0 | 21 | 8 | 12 | 13B | 2B | 44 |
| Octal | 321 | 214 | 300 | 0 | 41 | 10 | 22 | 473 | 53 | 104 |
| Binary | 11010001 | 10001100 | 11000000 | 0 | 100001 | 1000 | 10010 | 100111011 | 101011 | 1000100 |
Color Harmonies of #D18CC0
Complementary color
Monochromatic Colors of #D18CC0
Black with #D18CC0
Text Example
Text Example
White with #D18CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18CC0; }
p { color: rgb(209,140,192); }
H1.HeaderClassName
{
color: #D18CC0;
}
.AnyTagClassName
{
color: #D18CC0;
}
</style>
background-color css
<style>
a { background-color: #D18CC0; }
a { background-color: rgb(209,140,192); }
div.DivClassName
{
background-color: #D18CC0;
}
.BgClassName
{
background-color: #D18CC0;
}
</style>
border-color css
<style>
span { border-color: #D18CC0; }
span { border-color: rgb(209,140,192); }
td.TdClassName
{
border-color: #D18CC0;
}
.TagClassName
{
border-color: #D18CC0;
}
</style>