#D18AF0

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

Shades of Wisteria #D18AF0

Tints of Wisteria #D18AF0

Color information

#D18AF0 (or 0xD18AF0) is unknown color: approx Wisteria. HEX triplet: D1, 8A and F0. RGB value is (209,138,240). Sum of RGB (Red+Green+Blue) = 209+138+240=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #D18AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AF0 is #2E750F. Grayscale: #AAAAAA. Windows color (decimal): -3044624 or 15764177. OLE color: 15764177.

HSL color Cylindrical-coordinate representation of color #D18AF0: hue angle of 281.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18AF0 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209138240-
CMYK0.130.4200.06
HSL281.76º77.27%74.12%-
HSV(B)281.76º42.5%94.12%-
XYZ51.1138.0287.08-
YUV170.86167.02155.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.60%
GREEN value IS 138 (54.30% from 255) = 23.51%
BLUE value IS 240 (94.14% from 255) = 40.89%
R=35.60%
G=23.51%
B=40.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091382400.130.4200.06281.7677.2774.12
HexD18AF0D2A0611a4d4a
Octal321212360155206432115112
Binary1101000110001010111100001101101010011010001101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18AF0; }

 p { color: rgb(209,138,240); }

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

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

 a { background-color: rgb(209,138,240); }

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

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

 span { border-color: rgb(209,138,240); }

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