#D6A4EB

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

Shades of Wisteria #D6A4EB

Tints of Wisteria #D6A4EB

Color information

#D6A4EB (or 0xD6A4EB) is unknown color: approx Wisteria. HEX triplet: D6, A4 and EB. RGB value is (214,164,235). Sum of RGB (Red+Green+Blue) = 214+164+235=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A4EB is #295B14. Grayscale: #BABABA. Windows color (decimal): -2710293 or 15443158. OLE color: 15443158.

HSL color Cylindrical-coordinate representation of color #D6A4EB: hue angle of 282.25º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A4EB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214164235-
CMYK0.090.3000.08
HSL282.25º63.96%78.24%-
HSV(B)282.25º30.21%92.16%-
XYZ5646.8584.69-
YUV187.04155.06147.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=34.91%
G=26.75%
B=38.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141642350.090.3000.08282.2563.9678.24
HexD6A4EB91E0811a404e
Octal3262443531136010432100116
Binary1101011010100100111010111001111100100010001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A4EB; }

 p { color: rgb(214,164,235); }

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

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

 a { background-color: rgb(214,164,235); }

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

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

 span { border-color: rgb(214,164,235); }

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