#D08DDC

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

Shades of Wisteria #D08DDC

Tints of Wisteria #D08DDC

Color information

#D08DDC (or 0xD08DDC) is unknown color: approx Wisteria. HEX triplet: D0, 8D and DC. RGB value is (208,141,220). Sum of RGB (Red+Green+Blue) = 208+141+220=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DDC is #2F7223. Grayscale: #A9A9A9. Windows color (decimal): -3109412 or 14454224. OLE color: 14454224.

HSL color Cylindrical-coordinate representation of color #D08DDC: hue angle of 290.89º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D08DDC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208141220-
CMYK0.050.3600.14
HSL290.89º53.02%70.78%-
HSV(B)290.89º35.91%86.27%-
XYZ48.4637.6372.42-
YUV170.04156.2155.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=36.56%
G=24.78%
B=38.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081412200.050.3600.14290.8953.0270.78
HexD08DDC5240E1233547
Octal32021533454401644365107
Binary110100001000110111011100101100100011101001000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DDC; }

 p { color: rgb(208,141,220); }

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

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

 a { background-color: rgb(208,141,220); }

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

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

 span { border-color: rgb(208,141,220); }

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