#D79FEC

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

Shades of Wisteria #D79FEC

Tints of Wisteria #D79FEC

Color information

#D79FEC (or 0xD79FEC) is unknown color: approx Wisteria. HEX triplet: D7, 9F and EC. RGB value is (215,159,236). Sum of RGB (Red+Green+Blue) = 215+159+236=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #D79FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79FEC is #286013. Grayscale: #B8B8B8. Windows color (decimal): -2646036 or 15507415. OLE color: 15507415.

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

Color convert

RGB215159236-
CMYK0.090.3300.07
HSL283.64º66.96%77.45%-
HSV(B)283.64º32.63%92.55%-
XYZ55.5645.385.17-
YUV184.52157.05149.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=35.25%
G=26.07%
B=38.69%

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
Decimal2151592360.090.3300.07283.6466.9677.45
HexD79FEC9210711c434d
Octal327237354114107434103115
Binary1101011110011111111011001001100001011110001110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79FEC; }

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

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

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

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

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

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

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

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