#D7A1CD

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

Shades of Lilac #D7A1CD

Tints of Lilac #D7A1CD

Color information

#D7A1CD (or 0xD7A1CD) is unknown color: approx Lilac. HEX triplet: D7, A1 and CD. RGB value is (215,161,205). Sum of RGB (Red+Green+Blue) = 215+161+205=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1CD is #285E32. Grayscale: #B6B6B6. Windows color (decimal): -2645555 or 13476311. OLE color: 13476311.

HSL color Cylindrical-coordinate representation of color #D7A1CD: hue angle of 311.11º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D7A1CD is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215161205-
CMYK00.250.050.16
HSL311.11º40.3%73.73%-
HSV(B)311.11º25.12%84.31%-
XYZ51.7944.3463.59-
YUV182.16140.89151.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 161 (63.28% from 255) = 27.71%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=37.01%
G=27.71%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516120500.250.050.16311.1140.373.73
HexD7A1CD019510137284a
Octal32724131503152046750112
Binary110101111010000111001101011001101100001001101111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1CD; }

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

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

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

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

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

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

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

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