#D08DEA

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

Shades of Wisteria #D08DEA

Tints of Wisteria #D08DEA

Color information

#D08DEA (or 0xD08DEA) is unknown color: approx Wisteria. HEX triplet: D0, 8D and EA. RGB value is (208,141,234). Sum of RGB (Red+Green+Blue) = 208+141+234=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DEA is #2F7215. Grayscale: #ABABAB. Windows color (decimal): -3109398 or 15371728. OLE color: 15371728.

HSL color Cylindrical-coordinate representation of color #D08DEA: hue angle of 283.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D08DEA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208141234-
CMYK0.110.4000.08
HSL283.23º68.89%73.53%-
HSV(B)283.23º39.74%91.76%-
XYZ50.3938.482.6-
YUV171.64163.2153.94-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 234 (91.80% from 255) = 40.14%
R=35.68%
G=24.19%
B=40.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081412340.110.4000.08283.2368.8973.53
HexD08DEAB280811b454a
Octal3202153521350010433105112
Binary11010000100011011110101010111010000100010001101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DEA; }

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

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

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

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

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

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

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

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