#D18AED

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

Shades of Wisteria #D18AED

Tints of Wisteria #D18AED

Color information

#D18AED (or 0xD18AED) is unknown color: approx Wisteria. HEX triplet: D1, 8A and ED. RGB value is (209,138,237). Sum of RGB (Red+Green+Blue) = 209+138+237=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #D18AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AED is #2E7512. Grayscale: #AAAAAA. Windows color (decimal): -3044627 or 15567569. OLE color: 15567569.

HSL color Cylindrical-coordinate representation of color #D18AED: hue angle of 283.03º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18AED is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209138237-
CMYK0.120.4200.07
HSL283.03º73.33%73.53%-
HSV(B)283.03º41.77%92.94%-
XYZ50.6737.8584.76-
YUV170.52165.52155.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=35.79%
G=23.63%
B=40.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091382370.120.4200.07283.0373.3373.53
HexD18AEDC2A0711b494a
Octal321212355145207433111112
Binary1101000110001010111011011100101010011110001101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AED; }

 p { color: rgb(209,138,237); }

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

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

 a { background-color: rgb(209,138,237); }

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

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

 span { border-color: rgb(209,138,237); }

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