#D08CCA

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

Shades of Lilac #D08CCA

Tints of Lilac #D08CCA

Color information

#D08CCA (or 0xD08CCA) is unknown color: approx Lilac. HEX triplet: D0, 8C and CA. RGB value is (208,140,202). Sum of RGB (Red+Green+Blue) = 208+140+202=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CCA is #2F7335. Grayscale: #A7A7A7. Windows color (decimal): -3109686 or 13274320. OLE color: 13274320.

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

Color convert

RGB208140202-
CMYK00.330.030.18
HSL305.29º41.98%68.24%-
HSV(B)305.29º32.69%81.57%-
XYZ46.0536.4360.48-
YUV167.4147.53156.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=37.82%
G=25.45%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814020200.330.030.18305.2941.9868.24
HexD08CCA0213121312a44
Octal32021431204132246152104
Binary110100001000110011001010010000111100101001100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CCA; }

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

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

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

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

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

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

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

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