#D794EB

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

Shades of Wisteria #D794EB

Tints of Wisteria #D794EB

Color information

#D794EB (or 0xD794EB) is unknown color: approx Wisteria. HEX triplet: D7, 94 and EB. RGB value is (215,148,235). Sum of RGB (Red+Green+Blue) = 215+148+235=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D794EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794EB is #286B14. Grayscale: #B1B1B1. Windows color (decimal): -2648853 or 15439063. OLE color: 15439063.

HSL color Cylindrical-coordinate representation of color #D794EB: hue angle of 286.21º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D794EB is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215148235-
CMYK0.090.3700.08
HSL286.21º68.5%75.1%-
HSV(B)286.21º37.02%92.16%-
XYZ53.6141.6383.81-
YUV177.95160.2154.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=35.95%
G=24.75%
B=39.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151482350.090.3700.08286.2168.575.1
HexD794EB9250811e454b
Octal3272243531145010436105113
Binary11010111100101001110101110011001010100010001111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794EB; }

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

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

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

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

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

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

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

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