#D795C7

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

Shades of Lilac #D795C7

Tints of Lilac #D795C7

Color information

#D795C7 (or 0xD795C7) is unknown color: approx Lilac. HEX triplet: D7, 95 and C7. RGB value is (215,149,199). Sum of RGB (Red+Green+Blue) = 215+149+199=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 199 (78.12% from 255 or 35.35% from 563); Max value from RGB is 215 - color contains mainly: red. Hex color #D795C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795C7 is #286A38. Grayscale: #AEAEAE. Windows color (decimal): -2648633 or 13080023. OLE color: 13080023.

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

Color convert

RGB215149199-
CMYK00.310.070.16
HSL314.55º45.21%71.37%-
HSV(B)314.55º30.7%84.31%-
XYZ49.0840.0759.18-
YUV174.43141.87156.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 199 (78.12% from 255) = 35.35%
R=38.19%
G=26.47%
B=35.35%

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
Decimal21514919900.310.070.16314.5545.2171.37
HexD795C701F71013b2d47
Octal32722530703772047355107
Binary110101111001010111000111011111111100001001110111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795C7; }

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

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

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

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

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

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

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

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