Shades of Lilac #D08BCF
Tints of Lilac #D08BCF
RGB
CMYK
RGB Variations
Color information
#D08BCF (or 0xD08BCF) is known color: Lilac. HEX triplet: D0, 8B and CF. RGB value is (208,139,207). Sum of RGB (Red+Green+Blue) = 208+139+207=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BCF is #2F7430. Grayscale: #A7A7A7. Windows color (decimal): -3109937 or 13601744. OLE color: 13601744.
HSL color Cylindrical-coordinate representation of color #D08BCF: hue angle of 300.87º 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 #D08BCF is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 207 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.18 |
| HSL | 300.87º | 0.42% | 0.68% | - |
| HSV(B) | 300.87º | 0.33% | 0.82% | - |
| XYZ | 46.51 | 36.38 | 63.6 | - |
| YUV | 167.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 207 | 0 | 0.33 | 0.00 | 0.18 | 300.87 | 0.42 | 0.68 |
| Hex | D0 | 8B | CF | 0 | 21 | 0 | 12 | 12D | 2A | 44 |
| Octal | 320 | 213 | 317 | 0 | 41 | 0 | 22 | 455 | 52 | 104 |
| Binary | 11010000 | 10001011 | 11001111 | 0 | 100001 | 0 | 10010 | 100101101 | 101010 | 1000100 |
Color Harmonies of #D08BCF
Complementary color
Monochromatic Colors of #D08BCF
Black with #D08BCF
Text Example
Text Example
White with #D08BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08BCF; }
p { color: rgb(208,139,207); }
H1.HeaderClassName
{
color: #D08BCF;
}
.AnyTagClassName
{
color: #D08BCF;
}
</style>
background-color css
<style>
a { background-color: #D08BCF; }
a { background-color: rgb(208,139,207); }
div.DivClassName
{
background-color: #D08BCF;
}
.BgClassName
{
background-color: #D08BCF;
}
</style>
border-color css
<style>
span { border-color: #D08BCF; }
span { border-color: rgb(208,139,207); }
td.TdClassName
{
border-color: #D08BCF;
}
.TagClassName
{
border-color: #D08BCF;
}
</style>