#D18FEF

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

Shades of Wisteria #D18FEF

Tints of Wisteria #D18FEF

Color information

#D18FEF (or 0xD18FEF) is unknown color: approx Wisteria. HEX triplet: D1, 8F and EF. RGB value is (209,143,239). Sum of RGB (Red+Green+Blue) = 209+143+239=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #D18FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18FEF is #2E7010. Grayscale: #ADADAD. Windows color (decimal): -3043345 or 15699921. OLE color: 15699921.

HSL color Cylindrical-coordinate representation of color #D18FEF: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D18FEF is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209143239-
CMYK0.130.4000.06
HSL281.25º75%74.9%-
HSV(B)281.25º40.17%93.73%-
XYZ51.739.4386.55-
YUV173.68164.87153.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.36%
GREEN value IS 143 (56.25% from 255) = 24.20%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=35.36%
G=24.20%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091432390.130.4000.06281.257574.9
HexD18FEFD28061194b4b
Octal321217357155006431113113
Binary1101000110001111111011111101101000011010001100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FEF; }

 p { color: rgb(209,143,239); }

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

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

 a { background-color: rgb(209,143,239); }

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

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

 span { border-color: rgb(209,143,239); }

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