Shades of Lilac #D08CCC
Tints of Lilac #D08CCC
RGB
CMYK
RGB Variations
Color information
#D08CCC (or 0xD08CCC) is known color: Lilac. HEX triplet: D0, 8C and CC. RGB value is (208,140,204). Sum of RGB (Red+Green+Blue) = 208+140+204=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCC is #2F7333. Grayscale: #A7A7A7. Windows color (decimal): -3109684 or 13405392. OLE color: 13405392.
HSL color Cylindrical-coordinate representation of color #D08CCC: hue angle of 303.53º 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 #D08CCC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 204 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.18 |
| HSL | 303.53º | 0.42% | 0.68% | - |
| HSV(B) | 303.53º | 0.33% | 0.82% | - |
| XYZ | 46.29 | 36.53 | 61.74 | - |
| YUV | 167.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 204 | 0 | 0.33 | 0.02 | 0.18 | 303.53 | 0.42 | 0.68 |
| Hex | D0 | 8C | CC | 0 | 21 | 2 | 12 | 130 | 2A | 44 |
| Octal | 320 | 214 | 314 | 0 | 41 | 2 | 22 | 460 | 52 | 104 |
| Binary | 11010000 | 10001100 | 11001100 | 0 | 100001 | 10 | 10010 | 100110000 | 101010 | 1000100 |
Color Harmonies of #D08CCC
Complementary color
Monochromatic Colors of #D08CCC
Black with #D08CCC
Text Example
Text Example
White with #D08CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08CCC; }
p { color: rgb(208,140,204); }
H1.HeaderClassName
{
color: #D08CCC;
}
.AnyTagClassName
{
color: #D08CCC;
}
</style>
background-color css
<style>
a { background-color: #D08CCC; }
a { background-color: rgb(208,140,204); }
div.DivClassName
{
background-color: #D08CCC;
}
.BgClassName
{
background-color: #D08CCC;
}
</style>
border-color css
<style>
span { border-color: #D08CCC; }
span { border-color: rgb(208,140,204); }
td.TdClassName
{
border-color: #D08CCC;
}
.TagClassName
{
border-color: #D08CCC;
}
</style>