#D08DCD

Color #D08DCD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D08DCD

Tints of Lilac #D08DCD

Color information

#D08DCD (or 0xD08DCD) is unknown color: approx Lilac. HEX triplet: D0, 8D and CD. RGB value is (208,141,205). Sum of RGB (Red+Green+Blue) = 208+141+205=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCD is #2F7232. Grayscale: #A8A8A8. Windows color (decimal): -3109427 or 13471184. OLE color: 13471184.

HSL color Cylindrical-coordinate representation of color #D08DCD: hue angle of 302.69º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D08DCD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208141205-
CMYK00.320.010.18
HSL302.69º41.61%68.43%-
HSV(B)302.69º32.21%81.57%-
XYZ46.5636.8762.42-
YUV168.33148.7156.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=37.55%
G=25.45%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814120500.320.010.18302.6941.6168.43
HexD08DCD02011212f2a44
Octal32021531504012245752104
Binary11010000100011011100110101000001100101001011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DCD; }

 p { color: rgb(208,141,205); }

 H1.HeaderClassName
 {
   color: #D08DCD;
 }
 .AnyTagClassName
 {
   color: #D08DCD;
 }
</style>
background-color css

<style>
 a { background-color: #D08DCD; }

 a { background-color: rgb(208,141,205); }

 div.DivClassName
 {
   background-color: #D08DCD;
 }
 .BgClassName
 {
   background-color: #D08DCD;
 }
</style>
border-color css

<style>
 span { border-color: #D08DCD; }

 span { border-color: rgb(208,141,205); }

 td.TdClassName
 {
   border-color: #D08DCD;
 }
 .TagClassName
 {
   border-color: #D08DCD;
 }
</style>