#D186EA

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

Shades of Wisteria #D186EA

Tints of Wisteria #D186EA

Color information

#D186EA (or 0xD186EA) is unknown color: approx Wisteria. HEX triplet: D1, 86 and EA. RGB value is (209,134,234). Sum of RGB (Red+Green+Blue) = 209+134+234=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #D186EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D186EA is #2E7915. Grayscale: #A7A7A7. Windows color (decimal): -3045654 or 15369937. OLE color: 15369937.

HSL color Cylindrical-coordinate representation of color #D186EA: hue angle of 285º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D186EA is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209134234-
CMYK0.110.4300.08
HSL285º70.42%72.16%-
HSV(B)285º42.74%91.76%-
XYZ49.6736.5582.28-
YUV167.82165.35157.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=36.22%
G=23.22%
B=40.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091342340.110.4300.0828570.4272.16
HexD186EAB2B0811d4648
Octal3212063521353010435106110
Binary11010001100001101110101010111010110100010001110110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D186EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D186EA; }

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

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

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

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

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

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

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

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