#D08BDD

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

Shades of Wisteria #D08BDD

Tints of Wisteria #D08BDD

Color information

#D08BDD (or 0xD08BDD) is unknown color: approx Wisteria. HEX triplet: D0, 8B and DD. RGB value is (208,139,221). Sum of RGB (Red+Green+Blue) = 208+139+221=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDD is #2F7422. Grayscale: #A8A8A8. Windows color (decimal): -3109923 or 14519248. OLE color: 14519248.

HSL color Cylindrical-coordinate representation of color #D08BDD: hue angle of 290.49º 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 #D08BDD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208139221-
CMYK0.060.3700.13
HSL290.49º54.67%70.59%-
HSV(B)290.49º37.1%86.67%-
XYZ48.337.173.02-
YUV168.98157.36155.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=36.62%
G=24.47%
B=38.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081392210.060.3700.13290.4954.6770.59
HexD08BDD6250D1223747
Octal32021333564501544267107
Binary110100001000101111011101110100101011011001000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BDD; }

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

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

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

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

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

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

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

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