#D494ED

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

Shades of Wisteria #D494ED

Tints of Wisteria #D494ED

Color information

#D494ED (or 0xD494ED) is unknown color: approx Wisteria. HEX triplet: D4, 94 and ED. RGB value is (212,148,237). Sum of RGB (Red+Green+Blue) = 212+148+237=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D494ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D494ED is #2B6B12. Grayscale: #B0B0B0. Windows color (decimal): -2845459 or 15570132. OLE color: 15570132.

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

Color convert

RGB212148237-
CMYK0.110.3800.07
HSL283.15º71.2%75.49%-
HSV(B)283.15º37.55%92.94%-
XYZ53.0341.2985.3-
YUV177.28161.7152.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=35.51%
G=24.79%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121482370.110.3800.07283.1571.275.49
HexD494EDB260711b474b
Octal324224355134607433107113
Binary1101010010010100111011011011100110011110001101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494ED; }

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

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

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

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

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

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

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

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