#D1A3DC

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

Shades of Wisteria #D1A3DC

Tints of Wisteria #D1A3DC

Color information

#D1A3DC (or 0xD1A3DC) is unknown color: approx Wisteria. HEX triplet: D1, A3 and DC. RGB value is (209,163,220). Sum of RGB (Red+Green+Blue) = 209+163+220=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1A3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A3DC is #2E5C23. Grayscale: #B7B7B7. Windows color (decimal): -3038244 or 14459857. OLE color: 14459857.

HSL color Cylindrical-coordinate representation of color #D1A3DC: hue angle of 288.42º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1A3DC is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209163220-
CMYK0.050.2600.14
HSL288.42º44.88%75.1%-
HSV(B)288.42º25.91%86.27%-
XYZ52.3144.9273.62-
YUV183.25148.74146.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=35.30%
G=27.53%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091632200.050.2600.14288.4244.8875.1
HexD1A3DC51A0E1202d4b
Octal32124333453201644055113
Binary11010001101000111101110010111010011101001000001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A3DC; }

 p { color: rgb(209,163,220); }

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

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

 a { background-color: rgb(209,163,220); }

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

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

 span { border-color: rgb(209,163,220); }

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