#D7A1EC

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

Shades of Wisteria #D7A1EC

Tints of Wisteria #D7A1EC

Color information

#D7A1EC (or 0xD7A1EC) is unknown color: approx Wisteria. HEX triplet: D7, A1 and EC. RGB value is (215,161,236). Sum of RGB (Red+Green+Blue) = 215+161+236=612 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.13% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1EC is #285E13. Grayscale: #B9B9B9. Windows color (decimal): -2645524 or 15507927. OLE color: 15507927.

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

Color convert

RGB215161236-
CMYK0.090.3200.07
HSL283.2º66.37%77.84%-
HSV(B)283.2º31.78%92.55%-
XYZ55.9145.9985.29-
YUV185.7156.39148.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.13%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=35.13%
G=26.31%
B=38.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151612360.090.3200.07283.266.3777.84
HexD7A1EC9200711b424e
Octal327241354114007433102116
Binary1101011110100001111011001001100000011110001101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A1EC; }

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

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

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

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

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

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

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

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