#D497EB

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

Shades of Wisteria #D497EB

Tints of Wisteria #D497EB

Color information

#D497EB (or 0xD497EB) is unknown color: approx Wisteria. HEX triplet: D4, 97 and EB. RGB value is (212,151,235). Sum of RGB (Red+Green+Blue) = 212+151+235=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 151 (59.38% from 255 or 25.25% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #D497EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497EB is #2B6814. Grayscale: #B2B2B2. Windows color (decimal): -2844693 or 15439828. OLE color: 15439828.

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

Color convert

RGB212151235-
CMYK0.100.3600.08
HSL283.57º67.74%75.69%-
HSV(B)283.57º35.74%92.16%-
XYZ53.2142.1383.92-
YUV178.82159.71151.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.45%
GREEN value IS 151 (59.38% from 255) = 25.25%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=35.45%
G=25.25%
B=39.30%

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
Decimal2121512350.100.3600.08283.5767.7475.69
HexD497EBA240811c444c
Octal3242273531244010434104114
Binary11010100100101111110101110101001000100010001110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497EB; }

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

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

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

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

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

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

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

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