#D18EEA

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

Shades of Wisteria #D18EEA

Tints of Wisteria #D18EEA

Color information

#D18EEA (or 0xD18EEA) is unknown color: approx Wisteria. HEX triplet: D1, 8E and EA. RGB value is (209,142,234). Sum of RGB (Red+Green+Blue) = 209+142+234=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #D18EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EEA is #2E7115. Grayscale: #ACACAC. Windows color (decimal): -3043606 or 15371985. OLE color: 15371985.

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

Color convert

RGB209142234-
CMYK0.110.3900.08
HSL283.7º68.66%73.73%-
HSV(B)283.7º39.32%91.76%-
XYZ50.8238.8482.66-
YUV172.52162.7154.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 142 (55.86% from 255) = 24.27%
BLUE value IS 234 (91.80% from 255) = 40%
R=35.73%
G=24.27%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091422340.110.3900.08283.768.6673.73
HexD18EEAB270811c454a
Octal3212163521347010434105112
Binary11010001100011101110101010111001110100010001110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EEA; }

 p { color: rgb(209,142,234); }

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

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

 a { background-color: rgb(209,142,234); }

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

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

 span { border-color: rgb(209,142,234); }

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