#D09BEB

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

Shades of Wisteria #D09BEB

Tints of Wisteria #D09BEB

Color information

#D09BEB (or 0xD09BEB) is unknown color: approx Wisteria. HEX triplet: D0, 9B and EB. RGB value is (208,155,235). Sum of RGB (Red+Green+Blue) = 208+155+235=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 155 (60.94% from 255 or 25.92% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D09BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BEB is #2F6414. Grayscale: #B3B3B3. Windows color (decimal): -3105813 or 15440848. OLE color: 15440848.

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

Color convert

RGB208155235-
CMYK0.110.3400.08
HSL279.75º66.67%76.47%-
HSV(B)279.75º34.04%92.16%-
XYZ52.7342.8584.09-
YUV179.97159.06148-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=34.78%
G=25.92%
B=39.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081552350.110.3400.08279.7566.6776.47
HexD09BEBB2208118434c
Octal3202333531342010430103114
Binary11010000100110111110101110111000100100010001100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BEB; }

 p { color: rgb(208,155,235); }

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

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

 a { background-color: rgb(208,155,235); }

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

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

 span { border-color: rgb(208,155,235); }

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