#D7A0CC

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

Shades of Lilac #D7A0CC

Tints of Lilac #D7A0CC

Color information

#D7A0CC (or 0xD7A0CC) is unknown color: approx Lilac. HEX triplet: D7, A0 and CC. RGB value is (215,160,204). Sum of RGB (Red+Green+Blue) = 215+160+204=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A0CC is #285F33. Grayscale: #B5B5B5. Windows color (decimal): -2645812 or 13410519. OLE color: 13410519.

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

Color convert

RGB215160204-
CMYK00.260.050.16
HSL312º40.74%73.53%-
HSV(B)312º25.58%84.31%-
XYZ51.4943.9562.9-
YUV181.46140.72151.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=37.13%
G=27.63%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516020400.260.050.1631240.7473.53
HexD7A0CC01A510138294a
Octal32724031403252047051112
Binary110101111010000011001100011010101100001001110001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0CC; }

 p { color: rgb(215,160,204); }

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

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

 a { background-color: rgb(215,160,204); }

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

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

 span { border-color: rgb(215,160,204); }

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