#D8A6E8

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

Shades of Wisteria #D8A6E8

Tints of Wisteria #D8A6E8

Color information

#D8A6E8 (or 0xD8A6E8) is unknown color: approx Wisteria. HEX triplet: D8, A6 and E8. RGB value is (216,166,232). Sum of RGB (Red+Green+Blue) = 216+166+232=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8A6E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A6E8 is #275917. Grayscale: #BCBCBC. Windows color (decimal): -2578712 or 15247064. OLE color: 15247064.

HSL color Cylindrical-coordinate representation of color #D8A6E8: hue angle of 285.45º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8A6E8 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB216166232-
CMYK0.070.2800.09
HSL285.45º58.93%78.04%-
HSV(B)285.45º28.45%90.98%-
XYZ56.5247.782.57-
YUV188.47152.56147.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=35.18%
G=27.04%
B=37.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2161662320.070.2800.09285.4558.9378.04
HexD8A6E871C0911d3b4e
Octal33024635073401143573116
Binary11011000101001101110100011111100010011000111011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A6E8; }

 p { color: rgb(216,166,232); }

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

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

 a { background-color: rgb(216,166,232); }

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

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

 span { border-color: rgb(216,166,232); }

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