#D79BF2

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

Shades of Wisteria #D79BF2

Tints of Wisteria #D79BF2

Color information

#D79BF2 (or 0xD79BF2) is unknown color: approx Wisteria. HEX triplet: D7, 9B and F2. RGB value is (215,155,242). Sum of RGB (Red+Green+Blue) = 215+155+242=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #D79BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79BF2 is #28640D. Grayscale: #B6B6B6. Windows color (decimal): -2647054 or 15899607. OLE color: 15899607.

HSL color Cylindrical-coordinate representation of color #D79BF2: hue angle of 281.38º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79BF2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215155242-
CMYK0.110.3600.05
HSL281.38º76.99%77.84%-
HSV(B)281.38º35.95%94.9%-
XYZ55.7744.389.62-
YUV182.86161.38150.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 155 (60.94% from 255) = 25.33%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=35.13%
G=25.33%
B=39.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151552420.110.3600.05281.3876.9977.84
HexD79BF2B24051194d4e
Octal327233362134405431115116
Binary1101011110011011111100101011100100010110001100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BF2; }

 p { color: rgb(215,155,242); }

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

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

 a { background-color: rgb(215,155,242); }

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

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

 span { border-color: rgb(215,155,242); }

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