#D3A7DC

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

Shades of Wisteria #D3A7DC

Tints of Wisteria #D3A7DC

Color information

#D3A7DC (or 0xD3A7DC) is unknown color: approx Wisteria. HEX triplet: D3, A7 and DC. RGB value is (211,167,220). Sum of RGB (Red+Green+Blue) = 211+167+220=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A7DC is #2C5823. Grayscale: #BABABA. Windows color (decimal): -2906148 or 14460883. OLE color: 14460883.

HSL color Cylindrical-coordinate representation of color #D3A7DC: hue angle of 289.81º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A7DC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211167220-
CMYK0.040.2400.14
HSL289.81º43.09%75.88%-
HSV(B)289.81º24.09%86.27%-
XYZ53.646.6573.89-
YUV186.2147.08145.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=35.28%
G=27.93%
B=36.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111672200.040.2400.14289.8143.0975.88
HexD3A7DC4180E1222b4c
Octal32324733443001644253114
Binary11010011101001111101110010011000011101001000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7DC; }

 p { color: rgb(211,167,220); }

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

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

 a { background-color: rgb(211,167,220); }

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

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

 span { border-color: rgb(211,167,220); }

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