#D18DEA

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

Shades of Wisteria #D18DEA

Tints of Wisteria #D18DEA

Color information

#D18DEA (or 0xD18DEA) is unknown color: approx Wisteria. HEX triplet: D1, 8D and EA. RGB value is (209,141,234). Sum of RGB (Red+Green+Blue) = 209+141+234=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D18DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18DEA is #2E7215. Grayscale: #ABABAB. Windows color (decimal): -3043862 or 15371729. OLE color: 15371729.

HSL color Cylindrical-coordinate representation of color #D18DEA: hue angle of 283.87º degrees, saturation: 0.69, 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 #D18DEA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209141234-
CMYK0.110.4000.08
HSL283.87º68.89%73.53%-
HSV(B)283.87º39.74%91.76%-
XYZ50.6738.5582.61-
YUV171.93163.03154.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 141 (55.47% from 255) = 24.14%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=35.79%
G=24.14%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091412340.110.4000.08283.8768.8973.53
HexD18DEAB280811c454a
Octal3212153521350010434105112
Binary11010001100011011110101010111010000100010001110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18DEA; }

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

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

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

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

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

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

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

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