#D08FEB

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

Shades of Wisteria #D08FEB

Tints of Wisteria #D08FEB

Color information

#D08FEB (or 0xD08FEB) is unknown color: approx Wisteria. HEX triplet: D0, 8F and EB. RGB value is (208,143,235). Sum of RGB (Red+Green+Blue) = 208+143+235=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #D08FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FEB is #2F7014. Grayscale: #ACACAC. Windows color (decimal): -3108885 or 15437776. OLE color: 15437776.

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

Color convert

RGB208143235-
CMYK0.110.3900.08
HSL282.39º69.7%74.12%-
HSV(B)282.39º39.15%92.16%-
XYZ50.8339.0583.46-
YUV172.92163.03153.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 143 (56.25% from 255) = 24.40%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=35.49%
G=24.40%
B=40.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081432350.110.3900.08282.3969.774.12
HexD08FEBB270811a464a
Octal3202173531347010432106112
Binary11010000100011111110101110111001110100010001101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FEB; }

 p { color: rgb(208,143,235); }

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

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

 a { background-color: rgb(208,143,235); }

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

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

 span { border-color: rgb(208,143,235); }

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