#D39CED

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

Shades of Wisteria #D39CED

Tints of Wisteria #D39CED

Color information

#D39CED (or 0xD39CED) is unknown color: approx Wisteria. HEX triplet: D3, 9C and ED. RGB value is (211,156,237). Sum of RGB (Red+Green+Blue) = 211+156+237=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #D39CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CED is #2C6312. Grayscale: #B5B5B5. Windows color (decimal): -2908947 or 15572179. OLE color: 15572179.

HSL color Cylindrical-coordinate representation of color #D39CED: hue angle of 280.74º 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 #D39CED is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211156237-
CMYK0.110.3400.07
HSL280.74º69.23%77.06%-
HSV(B)280.74º34.18%92.94%-
XYZ54.0443.7485.72-
YUV181.68159.22148.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=34.93%
G=25.83%
B=39.24%

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
Decimal2111562370.110.3400.07280.7469.2377.06
HexD39CEDB2207119454d
Octal323234355134207431105115
Binary1101001110011100111011011011100010011110001100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CED; }

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

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

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

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

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

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

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

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