#D4A7E7

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

Shades of Wisteria #D4A7E7

Tints of Wisteria #D4A7E7

Color information

#D4A7E7 (or 0xD4A7E7) is unknown color: approx Wisteria. HEX triplet: D4, A7 and E7. RGB value is (212,167,231). Sum of RGB (Red+Green+Blue) = 212+167+231=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4A7E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7E7 is #2B5818. Grayscale: #BBBBBB. Windows color (decimal): -2840601 or 15181780. OLE color: 15181780.

HSL color Cylindrical-coordinate representation of color #D4A7E7: hue angle of 282.19º degrees, saturation: 0.57, 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 #D4A7E7 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212167231-
CMYK0.080.2800.09
HSL282.19º57.14%78.04%-
HSV(B)282.19º27.71%90.59%-
XYZ55.3947.481.83-
YUV187.75152.41145.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 231 (90.62% from 255) = 37.87%
R=34.75%
G=27.38%
B=37.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121672310.080.2800.09282.1957.1478.04
HexD4A7E781C0911a394e
Octal324247347103401143271116
Binary110101001010011111100111100011100010011000110101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A7E7; }

 p { color: rgb(212,167,231); }

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

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

 a { background-color: rgb(212,167,231); }

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

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

 span { border-color: rgb(212,167,231); }

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