#D18EF4

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

Shades of Wisteria #D18EF4

Tints of Wisteria #D18EF4

Color information

#D18EF4 (or 0xD18EF4) is unknown color: approx Wisteria. HEX triplet: D1, 8E and F4. RGB value is (209,142,244). Sum of RGB (Red+Green+Blue) = 209+142+244=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 244 (95.70% from 255 or 41.01% from 595); Max value from RGB is 244 - color contains mainly: blue. Hex color #D18EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18EF4 is #2E710B. Grayscale: #ADADAD. Windows color (decimal): -3043596 or 16027345. OLE color: 16027345.

HSL color Cylindrical-coordinate representation of color #D18EF4: hue angle of 279.41º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D18EF4 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209142244-
CMYK0.140.4200.04
HSL279.41º82.26%75.69%-
HSV(B)279.41º41.8%95.69%-
XYZ52.339.4390.44-
YUV173.66167.7153.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 244 (95.70% from 255) = 41.01%
R=35.13%
G=23.87%
B=41.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091422440.140.4200.04279.4182.2675.69
HexD18EF4E2A04117524c
Octal321216364165204427122114
Binary1101000110001110111101001110101010010010001011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18EF4; }

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

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

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

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

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

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

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

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