#D493EC

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

Shades of Wisteria #D493EC

Tints of Wisteria #D493EC

Color information

#D493EC (or 0xD493EC) is unknown color: approx Wisteria. HEX triplet: D4, 93 and EC. RGB value is (212,147,236). Sum of RGB (Red+Green+Blue) = 212+147+236=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #D493EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493EC is #2B6C13. Grayscale: #B0B0B0. Windows color (decimal): -2845716 or 15504340. OLE color: 15504340.

HSL color Cylindrical-coordinate representation of color #D493EC: hue angle of 283.82º degrees, saturation: 0.7, 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 #D493EC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212147236-
CMYK0.100.3800.07
HSL283.82º70.08%75.1%-
HSV(B)283.82º37.71%92.55%-
XYZ52.7340.9284.48-
YUV176.58161.53153.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=35.63%
G=24.71%
B=39.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121472360.100.3800.07283.8270.0875.1
HexD493ECA260711c464b
Octal324223354124607434106113
Binary1101010010010011111011001010100110011110001110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493EC; }

 p { color: rgb(212,147,236); }

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

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

 a { background-color: rgb(212,147,236); }

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

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

 span { border-color: rgb(212,147,236); }

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