#D08CEA

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

Shades of Wisteria #D08CEA

Tints of Wisteria #D08CEA

Color information

#D08CEA (or 0xD08CEA) is unknown color: approx Wisteria. HEX triplet: D0, 8C and EA. RGB value is (208,140,234). Sum of RGB (Red+Green+Blue) = 208+140+234=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CEA is #2F7315. Grayscale: #AAAAAA. Windows color (decimal): -3109654 or 15371472. OLE color: 15371472.

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

Color convert

RGB208140234-
CMYK0.110.4000.08
HSL283.4º69.12%73.33%-
HSV(B)283.4º40.17%91.76%-
XYZ50.2438.1182.55-
YUV171.05163.53154.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.74%
GREEN value IS 140 (55.08% from 255) = 24.05%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=35.74%
G=24.05%
B=40.21%

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
Decimal2081402340.110.4000.08283.469.1273.33
HexD08CEAB280811b4549
Octal3202143521350010433105111
Binary11010000100011001110101010111010000100010001101110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CEA; }

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

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

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

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

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

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

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

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