#D5A0CA

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

Shades of Lilac #D5A0CA

Tints of Lilac #D5A0CA

Color information

#D5A0CA (or 0xD5A0CA) is unknown color: approx Lilac. HEX triplet: D5, A0 and CA. RGB value is (213,160,202). Sum of RGB (Red+Green+Blue) = 213+160+202=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CA is #2A5F35. Grayscale: #B4B4B4. Windows color (decimal): -2776886 or 13279445. OLE color: 13279445.

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

Color convert

RGB213160202-
CMYK00.250.050.16
HSL312.45º38.69%73.14%-
HSV(B)312.45º24.88%83.53%-
XYZ50.6743.5561.61-
YUV180.63140.06151.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=37.04%
G=27.83%
B=35.13%

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
Decimal21316020200.250.050.16312.4538.6973.14
HexD5A0CA0195101382749
Octal32524031203152047047111
Binary110101011010000011001010011001101100001001110001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A0CA; }

 p { color: rgb(213,160,202); }

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

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

 a { background-color: rgb(213,160,202); }

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

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

 span { border-color: rgb(213,160,202); }

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