#d795e9

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

Shades of Wisteria #D795E9

Tints of Wisteria #D795E9

Color information

#D795E9 (or 0xD795E9) is unknown color: approx Wisteria. HEX triplet: D7, 95 and E9. RGB value is (215,149,233). Sum of RGB (Red+Green+Blue) = 215+149+233=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #D795E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795E9 is #286A16. Grayscale: #B2B2B2. Windows color (decimal): -2648599 or 15308247. OLE color: 15308247.

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

Color convert

RGB215149233-
CMYK0.080.3600.09
HSL287.14º65.62%74.9%-
HSV(B)287.14º36.05%91.37%-
XYZ53.4841.8382.35-
YUV178.31158.87154.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=36.01%
G=24.96%
B=39.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151492330.080.3600.09287.1465.6274.9
HexD795E98240911f424b
Octal3272253511044011437102113
Binary11010111100101011110100110001001000100110001111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d795e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d795e9; }

 p { color: rgb(215,149,233); }

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

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

 a { background-color: rgb(215,149,233); }

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

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

 span { border-color: rgb(215,149,233); }

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