#D49CEF

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

Shades of Wisteria #D49CEF

Tints of Wisteria #D49CEF

Color information

#D49CEF (or 0xD49CEF) is unknown color: approx Wisteria. HEX triplet: D4, 9C and EF. RGB value is (212,156,239). Sum of RGB (Red+Green+Blue) = 212+156+239=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #D49CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49CEF is #2B6310. Grayscale: #B5B5B5. Windows color (decimal): -2843409 or 15703252. OLE color: 15703252.

HSL color Cylindrical-coordinate representation of color #D49CEF: hue angle of 280.48º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49CEF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212156239-
CMYK0.110.3500.06
HSL280.48º72.17%77.45%-
HSV(B)280.48º34.73%93.73%-
XYZ54.6244.0187.28-
YUV182.21160.05149.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=34.93%
G=25.70%
B=39.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121562390.110.3500.06280.4872.1777.45
HexD49CEFB2306118484d
Octal324234357134306430110115
Binary1101010010011100111011111011100011011010001100010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CEF; }

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

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

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

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

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

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

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

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