#D797EC

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

Shades of Wisteria #D797EC

Tints of Wisteria #D797EC

Color information

#D797EC (or 0xD797EC) is unknown color: approx Wisteria. HEX triplet: D7, 97 and EC. RGB value is (215,151,236). Sum of RGB (Red+Green+Blue) = 215+151+236=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #D797EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D797EC is #286813. Grayscale: #B3B3B3. Windows color (decimal): -2648084 or 15505367. OLE color: 15505367.

HSL color Cylindrical-coordinate representation of color #D797EC: hue angle of 285.18º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D797EC is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215151236-
CMYK0.090.3600.07
HSL285.18º69.11%75.88%-
HSV(B)285.18º36.02%92.55%-
XYZ54.2342.6484.73-
YUV179.83159.7153.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=35.71%
G=25.08%
B=39.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151512360.090.3600.07285.1869.1175.88
HexD797EC9240711d454c
Octal327227354114407435105114
Binary1101011110010111111011001001100100011110001110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D797EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D797EC; }

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

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

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

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

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

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

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

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