#D18DEB

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

Shades of Wisteria #D18DEB

Tints of Wisteria #D18DEB

Color information

#D18DEB (or 0xD18DEB) is unknown color: approx Wisteria. HEX triplet: D1, 8D and EB. RGB value is (209,141,235). Sum of RGB (Red+Green+Blue) = 209+141+235=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #D18DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18DEB is #2E7214. Grayscale: #ABABAB. Windows color (decimal): -3043861 or 15437265. OLE color: 15437265.

HSL color Cylindrical-coordinate representation of color #D18DEB: hue angle of 283.4º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18DEB is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209141235-
CMYK0.110.400.08
HSL283.4º70.15%73.73%-
HSV(B)283.4º40%92.16%-
XYZ50.8138.683.37-
YUV172.05163.53154.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 141 (55.47% from 255) = 24.10%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=35.73%
G=24.10%
B=40.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091412350.110.400.08283.470.1573.73
HexD18DEBB280811b464a
Octal3212153531350010433106112
Binary11010001100011011110101110111010000100010001101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DEB; }

 p { color: rgb(209,141,235); }

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

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

 a { background-color: rgb(209,141,235); }

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

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

 span { border-color: rgb(209,141,235); }

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