#D7A0EB

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

Shades of Wisteria #D7A0EB

Tints of Wisteria #D7A0EB

Color information

#D7A0EB (or 0xD7A0EB) is unknown color: approx Wisteria. HEX triplet: D7, A0 and EB. RGB value is (215,160,235). Sum of RGB (Red+Green+Blue) = 215+160+235=610 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.25% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A0EB is #285F14. Grayscale: #B8B8B8. Windows color (decimal): -2645781 or 15442135. OLE color: 15442135.

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

Color convert

RGB215160235-
CMYK0.090.3200.08
HSL284º65.22%77.45%-
HSV(B)284º31.91%92.16%-
XYZ55.5945.5984.47-
YUV184.99156.22149.4-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.25%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=35.25%
G=26.23%
B=38.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151602350.090.3200.0828465.2277.45
HexD7A0EB9200811c414d
Octal3272403531140010434101115
Binary11010111101000001110101110011000000100010001110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A0EB; }

 p { color: rgb(215,160,235); }

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

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

 a { background-color: rgb(215,160,235); }

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

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

 span { border-color: rgb(215,160,235); }

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