#D086EB

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

Shades of Wisteria #D086EB

Tints of Wisteria #D086EB

Color information

#D086EB (or 0xD086EB) is unknown color: approx Wisteria. HEX triplet: D0, 86 and EB. RGB value is (208,134,235). Sum of RGB (Red+Green+Blue) = 208+134+235=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #D086EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D086EB is #2F7914. Grayscale: #A7A7A7. Windows color (decimal): -3111189 or 15435472. OLE color: 15435472.

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

Color convert

RGB208134235-
CMYK0.110.4300.08
HSL283.96º71.63%72.35%-
HSV(B)283.96º42.98%92.16%-
XYZ49.5336.4683.02-
YUV167.64166.02156.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.05%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=36.05%
G=23.22%
B=40.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081342350.110.4300.08283.9671.6372.35
HexD086EBB2B0811c4848
Octal3202063531353010434110110
Binary11010000100001101110101110111010110100010001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086EB; }

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

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

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

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

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

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

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

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