#D6A3EB

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

Shades of Wisteria #D6A3EB

Tints of Wisteria #D6A3EB

Color information

#D6A3EB (or 0xD6A3EB) is unknown color: approx Wisteria. HEX triplet: D6, A3 and EB. RGB value is (214,163,235). Sum of RGB (Red+Green+Blue) = 214+163+235=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A3EB is #295C14. Grayscale: #BABABA. Windows color (decimal): -2710549 or 15442902. OLE color: 15442902.

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

Color convert

RGB214163235-
CMYK0.090.3100.08
HSL282.5º64.29%78.04%-
HSV(B)282.5º30.64%92.16%-
XYZ55.8246.4984.63-
YUV186.46155.4147.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 163 (64.06% from 255) = 26.63%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=34.97%
G=26.63%
B=38.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141632350.090.3100.08282.564.2978.04
HexD6A3EB91F0811a404e
Octal3262433531137010432100116
Binary1101011010100011111010111001111110100010001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A3EB; }

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

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

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

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

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

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

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

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