#D08DCA

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

Shades of Lilac #D08DCA

Tints of Lilac #D08DCA

Color information

#D08DCA (or 0xD08DCA) is unknown color: approx Lilac. HEX triplet: D0, 8D and CA. RGB value is (208,141,202). Sum of RGB (Red+Green+Blue) = 208+141+202=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DCA is #2F7235. Grayscale: #A7A7A7. Windows color (decimal): -3109430 or 13274576. OLE color: 13274576.

HSL color Cylindrical-coordinate representation of color #D08DCA: hue angle of 305.37º 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 #D08DCA is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208141202-
CMYK00.320.030.18
HSL305.37º41.61%68.43%-
HSV(B)305.37º32.21%81.57%-
XYZ46.236.7260.53-
YUV167.99147.2156.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=37.75%
G=25.59%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814120200.320.030.18305.3741.6168.43
HexD08DCA0203121312a44
Octal32021531204032246152104
Binary110100001000110111001010010000011100101001100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DCA; }

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

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

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

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

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

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

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

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