#D6A8EB

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

Shades of Wisteria #D6A8EB

Tints of Wisteria #D6A8EB

Color information

#D6A8EB (or 0xD6A8EB) is unknown color: approx Wisteria. HEX triplet: D6, A8 and EB. RGB value is (214,168,235). Sum of RGB (Red+Green+Blue) = 214+168+235=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A8EB is #295714. Grayscale: #BDBDBD. Windows color (decimal): -2709269 or 15444182. OLE color: 15444182.

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

Color convert

RGB214168235-
CMYK0.090.2900.08
HSL281.19º62.62%79.02%-
HSV(B)281.19º28.51%92.16%-
XYZ56.7348.384.93-
YUV189.39153.74145.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.68%
GREEN value IS 168 (66.02% from 255) = 27.23%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=34.68%
G=27.23%
B=38.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141682350.090.2900.08281.1962.6279.02
HexD6A8EB91D081193f4f
Octal326250353113501043177117
Binary110101101010100011101011100111101010001000110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A8EB; }

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

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

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

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

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

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

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

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