#D59CEC

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

Shades of Wisteria #D59CEC

Tints of Wisteria #D59CEC

Color information

#D59CEC (or 0xD59CEC) is unknown color: approx Wisteria. HEX triplet: D5, 9C and EC. RGB value is (213,156,236). Sum of RGB (Red+Green+Blue) = 213+156+236=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CEC is #2A6313. Grayscale: #B5B5B5. Windows color (decimal): -2777876 or 15506645. OLE color: 15506645.

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

Color convert

RGB213156236-
CMYK0.100.3400.07
HSL282.75º67.8%76.86%-
HSV(B)282.75º33.9%92.55%-
XYZ54.4743.9884.97-
YUV182.16158.38150-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 236 (92.58% from 255) = 39.01%
R=35.21%
G=25.79%
B=39.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131562360.100.3400.07282.7567.876.86
HexD59CECA220711b444d
Octal325234354124207433104115
Binary1101010110011100111011001010100010011110001101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CEC; }

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

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

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

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

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

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

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

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