#D795C8

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

Shades of Lilac #D795C8

Tints of Lilac #D795C8

Color information

#D795C8 (or 0xD795C8) is unknown color: approx Lilac. HEX triplet: D7, 95 and C8. RGB value is (215,149,200). Sum of RGB (Red+Green+Blue) = 215+149+200=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 215 - color contains mainly: red. Hex color #D795C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795C8 is #286A37. Grayscale: #AEAEAE. Windows color (decimal): -2648632 or 13145559. OLE color: 13145559.

HSL color Cylindrical-coordinate representation of color #D795C8: hue angle of 313.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795C8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215149200-
CMYK00.310.070.16
HSL313.64º45.21%71.37%-
HSV(B)313.64º30.7%84.31%-
XYZ49.240.1159.79-
YUV174.55142.37156.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.12%
GREEN value IS 149 (58.59% from 255) = 26.42%
BLUE value IS 200 (78.52% from 255) = 35.46%
R=38.12%
G=26.42%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514920000.310.070.16313.6445.2171.37
HexD795C801F71013a2d47
Octal32722531003772047255107
Binary110101111001010111001000011111111100001001110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795C8; }

 p { color: rgb(215,149,200); }

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

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

 a { background-color: rgb(215,149,200); }

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

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

 span { border-color: rgb(215,149,200); }

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