Shades of Lilac #D18BCB
Tints of Lilac #D18BCB
RGB
CMYK
RGB Variations
Color information
#D18BCB (or 0xD18BCB) is known color: Lilac. HEX triplet: D1, 8B and CB. RGB value is (209,139,203). Sum of RGB (Red+Green+Blue) = 209+139+203=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BCB is #2E7434. Grayscale: #A7A7A7. Windows color (decimal): -3044405 or 13339601. OLE color: 13339601.
HSL color Cylindrical-coordinate representation of color #D18BCB: hue angle of 305.14º 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 #D18BCB is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 203 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.18 |
| HSL | 305.14º | 0.43% | 0.68% | - |
| HSV(B) | 305.14º | 0.33% | 0.82% | - |
| XYZ | 46.31 | 36.33 | 61.07 | - |
| YUV | 167.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 203 | 0 | 0.33 | 0.03 | 0.18 | 305.14 | 0.43 | 0.68 |
| Hex | D1 | 8B | CB | 0 | 21 | 3 | 12 | 131 | 2B | 44 |
| Octal | 321 | 213 | 313 | 0 | 41 | 3 | 22 | 461 | 53 | 104 |
| Binary | 11010001 | 10001011 | 11001011 | 0 | 100001 | 11 | 10010 | 100110001 | 101011 | 1000100 |
Color Harmonies of #D18BCB
Complementary color
Monochromatic Colors of #D18BCB
Black with #D18BCB
Text Example
Text Example
White with #D18BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BCB; }
p { color: rgb(209,139,203); }
H1.HeaderClassName
{
color: #D18BCB;
}
.AnyTagClassName
{
color: #D18BCB;
}
</style>
background-color css
<style>
a { background-color: #D18BCB; }
a { background-color: rgb(209,139,203); }
div.DivClassName
{
background-color: #D18BCB;
}
.BgClassName
{
background-color: #D18BCB;
}
</style>
border-color css
<style>
span { border-color: #D18BCB; }
span { border-color: rgb(209,139,203); }
td.TdClassName
{
border-color: #D18BCB;
}
.TagClassName
{
border-color: #D18BCB;
}
</style>