#D09BF0

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

Shades of Wisteria #D09BF0

Tints of Wisteria #D09BF0

Color information

#D09BF0 (or 0xD09BF0) is unknown color: approx Wisteria. HEX triplet: D0, 9B and F0. RGB value is (208,155,240). Sum of RGB (Red+Green+Blue) = 208+155+240=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #D09BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BF0 is #2F640F. Grayscale: #B4B4B4. Windows color (decimal): -3105808 or 15768528. OLE color: 15768528.

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

Color convert

RGB208155240-
CMYK0.130.3500.06
HSL277.41º73.91%77.45%-
HSV(B)277.41º35.42%94.12%-
XYZ53.4643.1487.95-
YUV180.54161.56147.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=34.49%
G=25.70%
B=39.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081552400.130.3500.06277.4173.9177.45
HexD09BF0D23061154a4d
Octal320233360154306425112115
Binary1101000010011011111100001101100011011010001010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09BF0; }

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

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

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

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

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

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

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

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