#D794C8

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

Shades of Lilac #D794C8

Tints of Lilac #D794C8

Color information

#D794C8 (or 0xD794C8) is unknown color: approx Lilac. HEX triplet: D7, 94 and C8. RGB value is (215,148,200). Sum of RGB (Red+Green+Blue) = 215+148+200=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D794C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D794C8 is #286B37. Grayscale: #ADADAD. Windows color (decimal): -2648888 or 13145303. OLE color: 13145303.

HSL color Cylindrical-coordinate representation of color #D794C8: hue angle of 313.43º degrees, saturation: 0.46, 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 #D794C8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215148200-
CMYK00.310.070.16
HSL313.43º45.58%71.18%-
HSV(B)313.43º31.16%84.31%-
XYZ49.0439.859.74-
YUV173.96142.7157.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 148 (58.20% from 255) = 26.29%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=38.19%
G=26.29%
B=35.52%

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
Decimal21514820000.310.070.16313.4345.5871.18
HexD794C801F7101392e47
Octal32722431003772047156107
Binary110101111001010011001000011111111100001001110011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794C8; }

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

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

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

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

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

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

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

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