#D797CA

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

Shades of Lilac #D797CA

Tints of Lilac #D797CA

Color information

#D797CA (or 0xD797CA) is unknown color: approx Lilac. HEX triplet: D7, 97 and CA. RGB value is (215,151,202). Sum of RGB (Red+Green+Blue) = 215+151+202=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D797CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797CA is #286835. Grayscale: #AFAFAF. Windows color (decimal): -2648118 or 13277143. OLE color: 13277143.

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

Color convert

RGB215151202-
CMYK00.300.060.16
HSL312.19º44.44%71.76%-
HSV(B)312.19º29.77%84.31%-
XYZ49.7540.8461.14-
YUV175.95142.7155.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=37.85%
G=26.58%
B=35.56%

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
Decimal21515120200.300.060.16312.1944.4471.76
HexD797CA01E6101382c48
Octal32722731203662047054110
Binary110101111001011111001010011110110100001001110001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797CA; }

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

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

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

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

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

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

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

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