#D790EB

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

Shades of Wisteria #D790EB

Tints of Wisteria #D790EB

Color information

#D790EB (or 0xD790EB) is unknown color: approx Wisteria. HEX triplet: D7, 90 and EB. RGB value is (215,144,235). Sum of RGB (Red+Green+Blue) = 215+144+235=594 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.20% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D790EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790EB is #286F14. Grayscale: #AFAFAF. Windows color (decimal): -2649877 or 15438039. OLE color: 15438039.

HSL color Cylindrical-coordinate representation of color #D790EB: hue angle of 286.81º degrees, saturation: 0.69, 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 #D790EB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215144235-
CMYK0.090.3900.08
HSL286.81º69.47%74.31%-
HSV(B)286.81º38.72%92.16%-
XYZ52.9940.3983.6-
YUV175.6161.52156.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.20%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=36.20%
G=24.24%
B=39.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151442350.090.3900.08286.8169.4774.31
HexD790EB9270811f454a
Octal3272203531147010437105112
Binary11010111100100001110101110011001110100010001111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790EB; }

 p { color: rgb(215,144,235); }

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

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

 a { background-color: rgb(215,144,235); }

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

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

 span { border-color: rgb(215,144,235); }

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