#D793F0

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

Shades of Wisteria #D793F0

Tints of Wisteria #D793F0

Color information

#D793F0 (or 0xD793F0) is unknown color: approx Wisteria. HEX triplet: D7, 93 and F0. RGB value is (215,147,240). Sum of RGB (Red+Green+Blue) = 215+147+240=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #D793F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793F0 is #286C0F. Grayscale: #B1B1B1. Windows color (decimal): -2649104 or 15766487. OLE color: 15766487.

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

Color convert

RGB215147240-
CMYK0.100.3900.06
HSL283.87º75.61%75.88%-
HSV(B)283.87º38.75%94.12%-
XYZ54.1941.6187.61-
YUV177.93163.03154.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 147 (57.81% from 255) = 24.42%
BLUE value IS 240 (94.14% from 255) = 39.87%
R=35.71%
G=24.42%
B=39.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151472400.100.3900.06283.8775.6175.88
HexD793F0A270611c4c4c
Octal327223360124706434114114
Binary1101011110010011111100001010100111011010001110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D793F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D793F0; }

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

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

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

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

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

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

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

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