#D790F2

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

Shades of Wisteria #D790F2

Tints of Wisteria #D790F2

Color information

#D790F2 (or 0xD790F2) is unknown color: approx Wisteria. HEX triplet: D7, 90 and F2. RGB value is (215,144,242). Sum of RGB (Red+Green+Blue) = 215+144+242=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #D790F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D790F2 is #286F0D. Grayscale: #B0B0B0. Windows color (decimal): -2649870 or 15896791. OLE color: 15896791.

HSL color Cylindrical-coordinate representation of color #D790F2: hue angle of 283.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D790F2 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215144242-
CMYK0.110.4000.05
HSL283.47º79.03%75.69%-
HSV(B)283.47º40.5%94.9%-
XYZ54.0240.889.03-
YUV176.4165.02155.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=35.77%
G=23.96%
B=40.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151442420.110.4000.05283.4779.0375.69
HexD790F2B280511b4f4c
Octal327220362135005433117114
Binary1101011110010000111100101011101000010110001101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790F2; }

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

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

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

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

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

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

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

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