Shades of Lilac #D08CCE
Tints of Lilac #D08CCE
RGB
CMYK
RGB Variations
Color information
#D08CCE (or 0xD08CCE) is known color: Lilac. HEX triplet: D0, 8C and CE. RGB value is (208,140,206). Sum of RGB (Red+Green+Blue) = 208+140+206=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCE is #2F7331. Grayscale: #A7A7A7. Windows color (decimal): -3109682 or 13536464. OLE color: 13536464.
HSL color Cylindrical-coordinate representation of color #D08CCE: hue angle of 301.76º 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 #D08CCE is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 206 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.18 |
| HSL | 301.76º | 0.42% | 0.68% | - |
| HSV(B) | 301.76º | 0.33% | 0.82% | - |
| XYZ | 46.53 | 36.62 | 63.01 | - |
| YUV | 167.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 206 | 0 | 0.33 | 0.01 | 0.18 | 301.76 | 0.42 | 0.68 |
| Hex | D0 | 8C | CE | 0 | 21 | 1 | 12 | 12E | 2A | 44 |
| Octal | 320 | 214 | 316 | 0 | 41 | 1 | 22 | 456 | 52 | 104 |
| Binary | 11010000 | 10001100 | 11001110 | 0 | 100001 | 1 | 10010 | 100101110 | 101010 | 1000100 |
Color Harmonies of #D08CCE
Complementary color
Monochromatic Colors of #D08CCE
Black with #D08CCE
Text Example
Text Example
White with #D08CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CCE; }
p { color: rgb(208,140,206); }
H1.HeaderClassName
{
color: #D08CCE;
}
.AnyTagClassName
{
color: #D08CCE;
}
</style>
background-color css
<style>
a { background-color: #D08CCE; }
a { background-color: rgb(208,140,206); }
div.DivClassName
{
background-color: #D08CCE;
}
.BgClassName
{
background-color: #D08CCE;
}
</style>
border-color css
<style>
span { border-color: #D08CCE; }
span { border-color: rgb(208,140,206); }
td.TdClassName
{
border-color: #D08CCE;
}
.TagClassName
{
border-color: #D08CCE;
}
</style>