Shades of Lilac #D08BCC
Tints of Lilac #D08BCC
RGB
CMYK
RGB Variations
Color information
#D08BCC (or 0xD08BCC) is known color: Lilac. HEX triplet: D0, 8B and CC. RGB value is (208,139,204). Sum of RGB (Red+Green+Blue) = 208+139+204=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BCC is #2F7433. Grayscale: #A6A6A6. Windows color (decimal): -3109940 or 13405136. OLE color: 13405136.
HSL color Cylindrical-coordinate representation of color #D08BCC: hue angle of 303.48º degrees, saturation: 0.42, 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 #D08BCC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 204 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.18 |
| HSL | 303.48º | 0.42% | 0.68% | - |
| HSV(B) | 303.48º | 0.33% | 0.82% | - |
| XYZ | 46.14 | 36.23 | 61.69 | - |
| YUV | 167.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 204 | 0 | 0.33 | 0.02 | 0.18 | 303.48 | 0.42 | 0.68 |
| Hex | D0 | 8B | CC | 0 | 21 | 2 | 12 | 12F | 2A | 44 |
| Octal | 320 | 213 | 314 | 0 | 41 | 2 | 22 | 457 | 52 | 104 |
| Binary | 11010000 | 10001011 | 11001100 | 0 | 100001 | 10 | 10010 | 100101111 | 101010 | 1000100 |
Color Harmonies of #D08BCC
Complementary color
Monochromatic Colors of #D08BCC
Black with #D08BCC
Text Example
Text Example
White with #D08BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BCC; }
p { color: rgb(208,139,204); }
H1.HeaderClassName
{
color: #D08BCC;
}
.AnyTagClassName
{
color: #D08BCC;
}
</style>
background-color css
<style>
a { background-color: #D08BCC; }
a { background-color: rgb(208,139,204); }
div.DivClassName
{
background-color: #D08BCC;
}
.BgClassName
{
background-color: #D08BCC;
}
</style>
border-color css
<style>
span { border-color: #D08BCC; }
span { border-color: rgb(208,139,204); }
td.TdClassName
{
border-color: #D08BCC;
}
.TagClassName
{
border-color: #D08BCC;
}
</style>