#D08AEE

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

Shades of Wisteria #D08AEE

Tints of Wisteria #D08AEE

Color information

#D08AEE (or 0xD08AEE) is unknown color: approx Wisteria. HEX triplet: D0, 8A and EE. RGB value is (208,138,238). Sum of RGB (Red+Green+Blue) = 208+138+238=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AEE is #2F7511. Grayscale: #AAAAAA. Windows color (decimal): -3110162 or 15633104. OLE color: 15633104.

HSL color Cylindrical-coordinate representation of color #D08AEE: hue angle of 282º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08AEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208138238-
CMYK0.130.4200.07
HSL282º74.63%73.73%-
HSV(B)282º42.02%93.33%-
XYZ50.5337.7685.51-
YUV170.33166.19154.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 138 (54.30% from 255) = 23.63%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=35.62%
G=23.63%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081382380.130.4200.0728274.6373.73
HexD08AEED2A0711a4b4a
Octal320212356155207432113112
Binary1101000010001010111011101101101010011110001101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AEE; }

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

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

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

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

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

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

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

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