#D08BE4

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

Shades of Wisteria #D08BE4

Tints of Wisteria #D08BE4

Color information

#D08BE4 (or 0xD08BE4) is unknown color: approx Wisteria. HEX triplet: D0, 8B and E4. RGB value is (208,139,228). Sum of RGB (Red+Green+Blue) = 208+139+228=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #D08BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BE4 is #2F741B. Grayscale: #A9A9A9. Windows color (decimal): -3109916 or 14978000. OLE color: 14978000.

HSL color Cylindrical-coordinate representation of color #D08BE4: hue angle of 286.52º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08BE4 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208139228-
CMYK0.090.3900.11
HSL286.52º62.24%71.96%-
HSV(B)286.52º39.04%89.41%-
XYZ49.2537.4878.04-
YUV169.78160.86155.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=36.17%
G=24.17%
B=39.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081392280.090.3900.11286.5262.2471.96
HexD08BE49270B11f3e48
Octal320213344114701343776110
Binary1101000010001011111001001001100111010111000111111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BE4; }

 p { color: rgb(208,139,228); }

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

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

 a { background-color: rgb(208,139,228); }

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

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

 span { border-color: rgb(208,139,228); }

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