#D793EA

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

Shades of Wisteria #D793EA

Tints of Wisteria #D793EA

Color information

#D793EA (or 0xD793EA) is unknown color: approx Wisteria. HEX triplet: D7, 93 and EA. RGB value is (215,147,234). Sum of RGB (Red+Green+Blue) = 215+147+234=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #D793EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793EA is #286C15. Grayscale: #B0B0B0. Windows color (decimal): -2649110 or 15373271. OLE color: 15373271.

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

Color convert

RGB215147234-
CMYK0.080.3700.08
HSL286.9º67.44%74.71%-
HSV(B)286.9º37.18%91.76%-
XYZ53.3141.2683-
YUV177.25160.03154.93-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.07%
GREEN value IS 147 (57.81% from 255) = 24.66%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=36.07%
G=24.66%
B=39.26%

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
Decimal2151472340.080.3700.08286.967.4474.71
HexD793EA8250811f434b
Octal3272233521045010437103113
Binary11010111100100111110101010001001010100010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793EA; }

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

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

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

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

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

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

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

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