#D794EA

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

Shades of Wisteria #D794EA

Tints of Wisteria #D794EA

Color information

#D794EA (or 0xD794EA) is unknown color: approx Wisteria. HEX triplet: D7, 94 and EA. RGB value is (215,148,234). Sum of RGB (Red+Green+Blue) = 215+148+234=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D794EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794EA is #286B15. Grayscale: #B1B1B1. Windows color (decimal): -2648854 or 15373527. OLE color: 15373527.

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

Color convert

RGB215148234-
CMYK0.080.3700.08
HSL286.74º67.19%74.9%-
HSV(B)286.74º36.75%91.76%-
XYZ53.4741.5783.05-
YUV177.84159.7154.51-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=36.01%
G=24.79%
B=39.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151482340.080.3700.08286.7467.1974.9
HexD794EA8250811f434b
Octal3272243521045010437103113
Binary11010111100101001110101010001001010100010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794EA; }

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

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

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

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

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

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

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

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