#D18FDC

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

Shades of Wisteria #D18FDC

Tints of Wisteria #D18FDC

Color information

#D18FDC (or 0xD18FDC) is unknown color: approx Wisteria. HEX triplet: D1, 8F and DC. RGB value is (209,143,220). Sum of RGB (Red+Green+Blue) = 209+143+220=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D18FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18FDC is #2E7023. Grayscale: #ABABAB. Windows color (decimal): -3043364 or 14454737. OLE color: 14454737.

HSL color Cylindrical-coordinate representation of color #D18FDC: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D18FDC is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209143220-
CMYK0.050.3500.14
HSL291.43º52.38%71.18%-
HSV(B)291.43º35%86.27%-
XYZ49.0438.3772.53-
YUV171.51155.37154.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 143 (56.25% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=36.54%
G=25%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091432200.050.3500.14291.4352.3871.18
HexD18FDC5230E1233447
Octal32121733454301644364107
Binary110100011000111111011100101100011011101001000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18FDC; }

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

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

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

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

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

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

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

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