#D3A7EC

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

Shades of Wisteria #D3A7EC

Tints of Wisteria #D3A7EC

Color information

#D3A7EC (or 0xD3A7EC) is unknown color: approx Wisteria. HEX triplet: D3, A7 and EC. RGB value is (211,167,236). Sum of RGB (Red+Green+Blue) = 211+167+236=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 167 (65.62% from 255 or 27.20% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7EC is #2C5813. Grayscale: #BBBBBB. Windows color (decimal): -2906132 or 15509459. OLE color: 15509459.

HSL color Cylindrical-coordinate representation of color #D3A7EC: hue angle of 278.26º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3A7EC is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211167236-
CMYK0.110.2900.07
HSL278.26º64.49%79.02%-
HSV(B)278.26º29.24%92.55%-
XYZ55.8247.5485.59-
YUV188.02155.08144.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.36%
GREEN value IS 167 (65.62% from 255) = 27.20%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=34.36%
G=27.20%
B=38.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111672360.110.2900.07278.2664.4979.02
HexD3A7ECB1D07116404f
Octal323247354133507426100117
Binary110100111010011111101100101111101011110001011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7EC; }

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

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

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

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

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

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

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

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