#D79BEC

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

Shades of Wisteria #D79BEC

Tints of Wisteria #D79BEC

Color information

#D79BEC (or 0xD79BEC) is unknown color: approx Wisteria. HEX triplet: D7, 9B and EC. RGB value is (215,155,236). Sum of RGB (Red+Green+Blue) = 215+155+236=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D79BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79BEC is #286413. Grayscale: #B5B5B5. Windows color (decimal): -2647060 or 15506391. OLE color: 15506391.

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

Color convert

RGB215155236-
CMYK0.090.3400.07
HSL284.44º68.07%76.67%-
HSV(B)284.44º34.32%92.55%-
XYZ54.8943.9584.95-
YUV182.17158.38151.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=35.48%
G=25.58%
B=38.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151552360.090.3400.07284.4468.0776.67
HexD79BEC9220711c444d
Octal327233354114207434104115
Binary1101011110011011111011001001100010011110001110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79BEC; }

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

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

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

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

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

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

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

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