#D18EF2

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

Shades of Wisteria #D18EF2

Tints of Wisteria #D18EF2

Color information

#D18EF2 (or 0xD18EF2) is unknown color: approx Wisteria. HEX triplet: D1, 8E and F2. RGB value is (209,142,242). Sum of RGB (Red+Green+Blue) = 209+142+242=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #D18EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EF2 is #2E710D. Grayscale: #ADADAD. Windows color (decimal): -3043598 or 15896273. OLE color: 15896273.

HSL color Cylindrical-coordinate representation of color #D18EF2: hue angle of 280.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D18EF2 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB209142242-
CMYK0.140.4100.05
HSL280.2º79.37%75.29%-
HSV(B)280.2º41.32%94.9%-
XYZ51.9939.3188.85-
YUV173.43166.7153.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.24%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=35.24%
G=23.95%
B=40.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091422420.140.4100.05280.279.3775.29
HexD18EF2E29051184f4b
Octal321216362165105430117113
Binary1101000110001110111100101110101001010110001100010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EF2; }

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

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

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

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

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

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

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

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