#D08EDA

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

Shades of Wisteria #D08EDA

Tints of Wisteria #D08EDA

Color information

#D08EDA (or 0xD08EDA) is unknown color: approx Wisteria. HEX triplet: D0, 8E and DA. RGB value is (208,142,218). Sum of RGB (Red+Green+Blue) = 208+142+218=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EDA is #2F7125. Grayscale: #AAAAAA. Windows color (decimal): -3109158 or 14323408. OLE color: 14323408.

HSL color Cylindrical-coordinate representation of color #D08EDA: hue angle of 292.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08EDA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208142218-
CMYK0.050.3500.15
HSL292.11º50.67%70.59%-
HSV(B)292.11º34.86%85.49%-
XYZ48.3437.8271.08-
YUV170.4154.87154.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=36.62%
G=25%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081422180.050.3500.15292.1150.6770.59
HexD08EDA5230F1243347
Octal32021633254301744463107
Binary110100001000111011011010101100011011111001001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08EDA; }

 p { color: rgb(208,142,218); }

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

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

 a { background-color: rgb(208,142,218); }

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

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

 span { border-color: rgb(208,142,218); }

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