#D08ADD

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

Shades of Wisteria #D08ADD

Tints of Wisteria #D08ADD

Color information

#D08ADD (or 0xD08ADD) is unknown color: approx Wisteria. HEX triplet: D0, 8A and DD. RGB value is (208,138,221). Sum of RGB (Red+Green+Blue) = 208+138+221=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ADD is #2F7522. Grayscale: #A8A8A8. Windows color (decimal): -3110179 or 14518992. OLE color: 14518992.

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

Color convert

RGB208138221-
CMYK0.060.3800.13
HSL290.6º54.97%70.39%-
HSV(B)290.6º37.56%86.67%-
XYZ48.1536.8172.97-
YUV168.39157.69156.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=36.68%
G=24.34%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081382210.060.3800.13290.654.9770.39
HexD08ADD6260D1233746
Octal32021233564601544367106
Binary110100001000101011011101110100110011011001000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08ADD; }

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

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

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

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

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

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

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

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