#D39CEC

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

Shades of Wisteria #D39CEC

Tints of Wisteria #D39CEC

Color information

#D39CEC (or 0xD39CEC) is unknown color: approx Wisteria. HEX triplet: D3, 9C and EC. RGB value is (211,156,236). Sum of RGB (Red+Green+Blue) = 211+156+236=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #D39CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CEC is #2C6313. Grayscale: #B5B5B5. Windows color (decimal): -2908948 or 15506643. OLE color: 15506643.

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

Color convert

RGB211156236-
CMYK0.110.3400.07
HSL281.25º67.8%76.86%-
HSV(B)281.25º33.9%92.55%-
XYZ53.8943.6884.95-
YUV181.56158.72149-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 156 (61.33% from 255) = 25.87%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=34.99%
G=25.87%
B=39.14%

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
Decimal2111562360.110.3400.07281.2567.876.86
HexD39CECB2207119444d
Octal323234354134207431104115
Binary1101001110011100111011001011100010011110001100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CEC; }

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

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

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

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

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

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

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

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