#D5A1CD

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

Shades of Lilac #D5A1CD

Tints of Lilac #D5A1CD

Color information

#D5A1CD (or 0xD5A1CD) is unknown color: approx Lilac. HEX triplet: D5, A1 and CD. RGB value is (213,161,205). Sum of RGB (Red+Green+Blue) = 213+161+205=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CD is #2A5E32. Grayscale: #B5B5B5. Windows color (decimal): -2776627 or 13476309. OLE color: 13476309.

HSL color Cylindrical-coordinate representation of color #D5A1CD: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5A1CD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213161205-
CMYK00.240.040.16
HSL309.23º38.24%73.33%-
HSV(B)309.23º24.41%83.53%-
XYZ51.244.0463.56-
YUV181.56141.23150.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 161 (63.28% from 255) = 27.81%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=36.79%
G=27.81%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316120500.240.040.16309.2338.2473.33
HexD5A1CD0184101352649
Octal32524131503042046546111
Binary110101011010000111001101011000100100001001101011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A1CD; }

 p { color: rgb(213,161,205); }

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

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

 a { background-color: rgb(213,161,205); }

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

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

 span { border-color: rgb(213,161,205); }

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