#D6A1CD

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

Shades of Lilac #D6A1CD

Tints of Lilac #D6A1CD

Color information

#D6A1CD (or 0xD6A1CD) is unknown color: approx Lilac. HEX triplet: D6, A1 and CD. RGB value is (214,161,205). Sum of RGB (Red+Green+Blue) = 214+161+205=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CD is #295E32. Grayscale: #B5B5B5. Windows color (decimal): -2711091 or 13476310. OLE color: 13476310.

HSL color Cylindrical-coordinate representation of color #D6A1CD: hue angle of 310.19º degrees, saturation: 0.39, 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 #D6A1CD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214161205-
CMYK00.250.040.16
HSL310.19º39.26%73.53%-
HSV(B)310.19º24.77%83.92%-
XYZ51.544.1963.57-
YUV181.86141.06150.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 161 (63.28% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=36.90%
G=27.76%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416120500.250.040.16310.1939.2673.53
HexD6A1CD019410136274a
Octal32624131503142046647112
Binary110101101010000111001101011001100100001001101101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1CD; }

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

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

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

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

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

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

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

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