#D7A1EB

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

Shades of Wisteria #D7A1EB

Tints of Wisteria #D7A1EB

Color information

#D7A1EB (or 0xD7A1EB) is unknown color: approx Wisteria. HEX triplet: D7, A1 and EB. RGB value is (215,161,235). Sum of RGB (Red+Green+Blue) = 215+161+235=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1EB is #285E14. Grayscale: #B9B9B9. Windows color (decimal): -2645525 or 15442391. OLE color: 15442391.

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

Color convert

RGB215161235-
CMYK0.090.3100.08
HSL283.78º64.91%77.65%-
HSV(B)283.78º31.49%92.16%-
XYZ55.7645.9384.52-
YUV185.58155.89148.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=35.19%
G=26.35%
B=38.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151612350.090.3100.08283.7864.9177.65
HexD7A1EB91F0811c414e
Octal3272413531137010434101116
Binary1101011110100001111010111001111110100010001110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1EB; }

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

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

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

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

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

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

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

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