#D496EB

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

Shades of Wisteria #D496EB

Tints of Wisteria #D496EB

Color information

#D496EB (or 0xD496EB) is unknown color: approx Wisteria. HEX triplet: D4, 96 and EB. RGB value is (212,150,235). Sum of RGB (Red+Green+Blue) = 212+150+235=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #D496EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EB is #2B6914. Grayscale: #B1B1B1. Windows color (decimal): -2844949 or 15439572. OLE color: 15439572.

HSL color Cylindrical-coordinate representation of color #D496EB: hue angle of 283.76º degrees, saturation: 0.68, 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 #D496EB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212150235-
CMYK0.100.3600.08
HSL283.76º68%75.49%-
HSV(B)283.76º36.17%92.16%-
XYZ53.0541.8183.87-
YUV178.23160.04152.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=35.51%
G=25.13%
B=39.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121502350.100.3600.08283.766875.49
HexD496EBA240811c444b
Octal3242263531244010434104113
Binary11010100100101101110101110101001000100010001110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496EB; }

 p { color: rgb(212,150,235); }

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

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

 a { background-color: rgb(212,150,235); }

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

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

 span { border-color: rgb(212,150,235); }

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