#D49CED

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

Shades of Wisteria #D49CED

Tints of Wisteria #D49CED

Color information

#D49CED (or 0xD49CED) is unknown color: approx Wisteria. HEX triplet: D4, 9C and ED. RGB value is (212,156,237). Sum of RGB (Red+Green+Blue) = 212+156+237=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #D49CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CED is #2B6312. Grayscale: #B5B5B5. Windows color (decimal): -2843411 or 15572180. OLE color: 15572180.

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

Color convert

RGB212156237-
CMYK0.110.3400.07
HSL281.48º69.23%77.06%-
HSV(B)281.48º34.18%92.94%-
XYZ54.3343.8985.73-
YUV181.98159.05149.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=35.04%
G=25.79%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121562370.110.3400.07281.4869.2377.06
HexD49CEDB2207119454d
Octal324234355134207431105115
Binary1101010010011100111011011011100010011110001100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CED; }

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

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

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

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

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

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

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

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