#D1A6DC

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

Shades of Wisteria #D1A6DC

Tints of Wisteria #D1A6DC

Color information

#D1A6DC (or 0xD1A6DC) is unknown color: approx Wisteria. HEX triplet: D1, A6 and DC. RGB value is (209,166,220). Sum of RGB (Red+Green+Blue) = 209+166+220=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6DC is #2E5923. Grayscale: #B8B8B8. Windows color (decimal): -3037476 or 14460625. OLE color: 14460625.

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

Color convert

RGB209166220-
CMYK0.050.2500.14
HSL287.78º43.55%75.69%-
HSV(B)287.78º24.55%86.27%-
XYZ52.854673.8-
YUV185.01147.75145.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=35.13%
G=27.90%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091662200.050.2500.14287.7843.5575.69
HexD1A6DC5190E1202c4c
Octal32124633453101644054114
Binary11010001101001101101110010111001011101001000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A6DC; }

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

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

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

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

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

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

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

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