#D8A7EC

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

Shades of Wisteria #D8A7EC

Tints of Wisteria #D8A7EC

Color information

#D8A7EC (or 0xD8A7EC) is unknown color: approx Wisteria. HEX triplet: D8, A7 and EC. RGB value is (216,167,236). Sum of RGB (Red+Green+Blue) = 216+167+236=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8A7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A7EC is #275813. Grayscale: #BDBDBD. Windows color (decimal): -2578452 or 15509464. OLE color: 15509464.

HSL color Cylindrical-coordinate representation of color #D8A7EC: hue angle of 282.61º 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 #D8A7EC is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216167236-
CMYK0.080.2900.07
HSL282.61º64.49%79.02%-
HSV(B)282.61º29.24%92.55%-
XYZ57.2848.2985.66-
YUV189.52154.23146.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 167 (65.62% from 255) = 26.98%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=34.89%
G=26.98%
B=38.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161672360.080.2900.07282.6164.4979.02
HexD8A7EC81D0711b404f
Octal330247354103507433100117
Binary110110001010011111101100100011101011110001101110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A7EC; }

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

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

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

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

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

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

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

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