#D796CA

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

Shades of Lilac #D796CA

Tints of Lilac #D796CA

Color information

#D796CA (or 0xD796CA) is unknown color: approx Lilac. HEX triplet: D7, 96 and CA. RGB value is (215,150,202). Sum of RGB (Red+Green+Blue) = 215+150+202=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D796CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D796CA is #286935. Grayscale: #AFAFAF. Windows color (decimal): -2648374 or 13276887. OLE color: 13276887.

HSL color Cylindrical-coordinate representation of color #D796CA: hue angle of 312º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796CA is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215150202-
CMYK00.300.060.16
HSL312º44.83%71.57%-
HSV(B)312º30.23%84.31%-
XYZ49.5940.5261.09-
YUV175.36143.03156.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=37.92%
G=26.46%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515020200.300.060.1631244.8371.57
HexD796CA01E6101382d48
Octal32722631203662047055110
Binary110101111001011011001010011110110100001001110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796CA; }

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

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

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

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

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

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

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

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