#D6A0EA

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

Shades of Wisteria #D6A0EA

Tints of Wisteria #D6A0EA

Color information

#D6A0EA (or 0xD6A0EA) is unknown color: approx Wisteria. HEX triplet: D6, A0 and EA. RGB value is (214,160,234). Sum of RGB (Red+Green+Blue) = 214+160+234=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6A0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0EA is #295F15. Grayscale: #B8B8B8. Windows color (decimal): -2711318 or 15376598. OLE color: 15376598.

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

Color convert

RGB214160234-
CMYK0.090.3200.08
HSL283.78º63.79%77.25%-
HSV(B)283.78º31.62%91.76%-
XYZ55.1545.3883.69-
YUV184.58155.89148.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=35.20%
G=26.32%
B=38.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141602340.090.3200.08283.7863.7977.25
HexD6A0EA9200811c404d
Octal3262403521140010434100115
Binary11010110101000001110101010011000000100010001110010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A0EA; }

 p { color: rgb(214,160,234); }

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

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

 a { background-color: rgb(214,160,234); }

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

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

 span { border-color: rgb(214,160,234); }

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