#D497ED

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

Shades of Wisteria #D497ED

Tints of Wisteria #D497ED

Color information

#D497ED (or 0xD497ED) is unknown color: approx Wisteria. HEX triplet: D4, 97 and ED. RGB value is (212,151,237). Sum of RGB (Red+Green+Blue) = 212+151+237=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 151 (59.38% from 255 or 25.17% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #D497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497ED is #2B6812. Grayscale: #B2B2B2. Windows color (decimal): -2844691 or 15570900. OLE color: 15570900.

HSL color Cylindrical-coordinate representation of color #D497ED: hue angle of 282.56º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D497ED is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212151237-
CMYK0.110.3600.07
HSL282.56º70.49%76.08%-
HSV(B)282.56º36.29%92.94%-
XYZ53.542.2485.45-
YUV179.04160.71151.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 151 (59.38% from 255) = 25.17%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=35.33%
G=25.17%
B=39.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121512370.110.3600.07282.5670.4976.08
HexD497EDB240711b464c
Octal324227355134407433106114
Binary1101010010010111111011011011100100011110001101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497ED; }

 p { color: rgb(212,151,237); }

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

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

 a { background-color: rgb(212,151,237); }

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

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

 span { border-color: rgb(212,151,237); }

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