#D18BDD

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

Shades of Wisteria #D18BDD

Tints of Wisteria #D18BDD

Color information

#D18BDD (or 0xD18BDD) is unknown color: approx Wisteria. HEX triplet: D1, 8B and DD. RGB value is (209,139,221). Sum of RGB (Red+Green+Blue) = 209+139+221=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D18BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D18BDD is #2E7422. Grayscale: #A9A9A9. Windows color (decimal): -3044387 or 14519249. OLE color: 14519249.

HSL color Cylindrical-coordinate representation of color #D18BDD: hue angle of 291.22º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D18BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209139221-
CMYK0.050.3700.13
HSL291.22º54.67%70.59%-
HSV(B)291.22º37.1%86.67%-
XYZ48.5837.2473.03-
YUV169.28157.19156.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=36.73%
G=24.43%
B=38.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091392210.050.3700.13291.2254.6770.59
HexD18BDD5250D1233747
Octal32121333554501544367107
Binary110100011000101111011101101100101011011001000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18BDD; }

 p { color: rgb(209,139,221); }

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

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

 a { background-color: rgb(209,139,221); }

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

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

 span { border-color: rgb(209,139,221); }

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