#D7A1CA

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

Shades of Lilac #D7A1CA

Tints of Lilac #D7A1CA

Color information

#D7A1CA (or 0xD7A1CA) is unknown color: approx Lilac. HEX triplet: D7, A1 and CA. RGB value is (215,161,202). Sum of RGB (Red+Green+Blue) = 215+161+202=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 161 (63.28% from 255 or 27.85% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A1CA is #285E35. Grayscale: #B5B5B5. Windows color (decimal): -2645558 or 13279703. OLE color: 13279703.

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

Color convert

RGB215161202-
CMYK00.250.060.16
HSL314.44º40.3%73.73%-
HSV(B)314.44º25.12%84.31%-
XYZ51.4344.261.7-
YUV181.82139.39151.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 161 (63.28% from 255) = 27.85%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=37.20%
G=27.85%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516120200.250.060.16314.4440.373.73
HexD7A1CA01961013a284a
Octal32724131203162047250112
Binary110101111010000111001010011001110100001001110101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1CA; }

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

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

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

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

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

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

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

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