#D796ED

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

Shades of Wisteria #D796ED

Tints of Wisteria #D796ED

Color information

#D796ED (or 0xD796ED) is unknown color: approx Wisteria. HEX triplet: D7, 96 and ED. RGB value is (215,150,237). Sum of RGB (Red+Green+Blue) = 215+150+237=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #D796ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796ED is #286912. Grayscale: #B3B3B3. Windows color (decimal): -2648339 or 15570647. OLE color: 15570647.

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

Color convert

RGB215150237-
CMYK0.090.3700.07
HSL284.83º70.73%75.88%-
HSV(B)284.83º36.71%92.94%-
XYZ54.2242.3785.44-
YUV179.35160.53153.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=35.71%
G=24.92%
B=39.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151502370.090.3700.07284.8370.7375.88
HexD796ED9250711d474c
Octal327226355114507435107114
Binary1101011110010110111011011001100101011110001110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D796ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D796ED; }

 p { color: rgb(215,150,237); }

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

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

 a { background-color: rgb(215,150,237); }

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

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

 span { border-color: rgb(215,150,237); }

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