#D795EA

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

Shades of Wisteria #D795EA

Tints of Wisteria #D795EA

Color information

#D795EA (or 0xD795EA) is unknown color: approx Wisteria. HEX triplet: D7, 95 and EA. RGB value is (215,149,234). Sum of RGB (Red+Green+Blue) = 215+149+234=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D795EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795EA is #286A15. Grayscale: #B2B2B2. Windows color (decimal): -2648598 or 15373783. OLE color: 15373783.

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

Color convert

RGB215149234-
CMYK0.080.3600.08
HSL286.59º66.93%75.1%-
HSV(B)286.59º36.32%91.76%-
XYZ53.6241.8883.1-
YUV178.42159.37154.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 149 (58.59% from 255) = 24.92%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=35.95%
G=24.92%
B=39.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151492340.080.3600.08286.5966.9375.1
HexD795EA8240811f434b
Octal3272253521044010437103113
Binary11010111100101011110101010001001000100010001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795EA; }

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

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

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

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

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

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

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

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