#D79CEA

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

Shades of Wisteria #D79CEA

Tints of Wisteria #D79CEA

Color information

#D79CEA (or 0xD79CEA) is unknown color: approx Wisteria. HEX triplet: D7, 9C and EA. RGB value is (215,156,234). Sum of RGB (Red+Green+Blue) = 215+156+234=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #D79CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D79CEA is #286315. Grayscale: #B6B6B6. Windows color (decimal): -2646806 or 15375575. OLE color: 15375575.

HSL color Cylindrical-coordinate representation of color #D79CEA: hue angle of 285.38º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79CEA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215156234-
CMYK0.080.3300.08
HSL285.38º65%76.47%-
HSV(B)285.38º33.33%91.76%-
XYZ54.7644.1683.48-
YUV182.53157.05151.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=35.54%
G=25.79%
B=38.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151562340.080.3300.08285.386576.47
HexD79CEA8210811d414c
Octal3272343521041010435101114
Binary11010111100111001110101010001000010100010001110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79CEA; }

 p { color: rgb(215,156,234); }

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

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

 a { background-color: rgb(215,156,234); }

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

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

 span { border-color: rgb(215,156,234); }

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