#D79FED

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

Shades of Wisteria #D79FED

Tints of Wisteria #D79FED

Color information

#D79FED (or 0xD79FED) is unknown color: approx Wisteria. HEX triplet: D7, 9F and ED. RGB value is (215,159,237). Sum of RGB (Red+Green+Blue) = 215+159+237=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #D79FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FED is #286012. Grayscale: #B8B8B8. Windows color (decimal): -2646035 or 15572951. OLE color: 15572951.

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

Color convert

RGB215159237-
CMYK0.090.3300.07
HSL283.08º68.42%77.65%-
HSV(B)283.08º32.91%92.94%-
XYZ55.7145.3685.94-
YUV184.64157.55149.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=35.19%
G=26.02%
B=38.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151592370.090.3300.07283.0868.4277.65
HexD79FED9210711b444e
Octal327237355114107433104116
Binary1101011110011111111011011001100001011110001101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FED; }

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

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

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

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

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

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

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

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