#D7A2E4

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

Shades of Wisteria #D7A2E4

Tints of Wisteria #D7A2E4

Color information

#D7A2E4 (or 0xD7A2E4) is unknown color: approx Wisteria. HEX triplet: D7, A2 and E4. RGB value is (215,162,228). Sum of RGB (Red+Green+Blue) = 215+162+228=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #D7A2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A2E4 is #285D1B. Grayscale: #B9B9B9. Windows color (decimal): -2645276 or 14983895. OLE color: 14983895.

HSL color Cylindrical-coordinate representation of color #D7A2E4: hue angle of 288.18º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7A2E4 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215162228-
CMYK0.060.2900.11
HSL288.18º55%76.47%-
HSV(B)288.18º28.95%89.41%-
XYZ54.9545.8979.36-
YUV185.37152.06149.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=35.54%
G=26.78%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2151622280.060.2900.11288.185576.47
HexD7A2E461D0B120374c
Octal32724234463501344067114
Binary11010111101000101110010011011101010111001000001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A2E4; }

 p { color: rgb(215,162,228); }

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

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

 a { background-color: rgb(215,162,228); }

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

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

 span { border-color: rgb(215,162,228); }

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