#D2A3E6

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

Shades of Wisteria #D2A3E6

Tints of Wisteria #D2A3E6

Color information

#D2A3E6 (or 0xD2A3E6) is unknown color: approx Wisteria. HEX triplet: D2, A3 and E6. RGB value is (210,163,230). Sum of RGB (Red+Green+Blue) = 210+163+230=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2A3E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A3E6 is #2D5C19. Grayscale: #B8B8B8. Windows color (decimal): -2972698 or 15115218. OLE color: 15115218.

HSL color Cylindrical-coordinate representation of color #D2A3E6: hue angle of 282.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2A3E6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210163230-
CMYK0.090.2900.10
HSL282.09º57.26%77.06%-
HSV(B)282.09º29.13%90.2%-
XYZ53.9645.6180.82-
YUV184.69153.57146.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 163 (64.06% from 255) = 27.03%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=34.83%
G=27.03%
B=38.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101632300.090.2900.10282.0957.2677.06
HexD2A3E691D0A11a394d
Octal322243346113501243271115
Binary110100101010001111100110100111101010101000110101110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A3E6; }

 p { color: rgb(210,163,230); }

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

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

 a { background-color: rgb(210,163,230); }

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

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

 span { border-color: rgb(210,163,230); }

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