#D096EF

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

Shades of Wisteria #D096EF

Tints of Wisteria #D096EF

Color information

#D096EF (or 0xD096EF) is unknown color: approx Wisteria. HEX triplet: D0, 96 and EF. RGB value is (208,150,239). Sum of RGB (Red+Green+Blue) = 208+150+239=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D096EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D096EF is #2F6910. Grayscale: #B1B1B1. Windows color (decimal): -3107089 or 15701712. OLE color: 15701712.

HSL color Cylindrical-coordinate representation of color #D096EF: hue angle of 279.1º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D096EF is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208150239-
CMYK0.130.3700.06
HSL279.1º73.55%76.27%-
HSV(B)279.1º37.24%93.73%-
XYZ52.541.4586.9-
YUV177.49162.72149.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=34.84%
G=25.13%
B=40.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081502390.130.3700.06279.173.5576.27
HexD096EFD25061174a4c
Octal320226357154506427112114
Binary1101000010010110111011111101100101011010001011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096EF; }

 p { color: rgb(208,150,239); }

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

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

 a { background-color: rgb(208,150,239); }

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

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

 span { border-color: rgb(208,150,239); }

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