#D59CED

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

Shades of Wisteria #D59CED

Tints of Wisteria #D59CED

Color information

#D59CED (or 0xD59CED) is unknown color: approx Wisteria. HEX triplet: D5, 9C and ED. RGB value is (213,156,237). Sum of RGB (Red+Green+Blue) = 213+156+237=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #D59CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CED is #2A6312. Grayscale: #B6B6B6. Windows color (decimal): -2777875 or 15572181. OLE color: 15572181.

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

Color convert

RGB213156237-
CMYK0.100.3400.07
HSL282.22º69.23%77.06%-
HSV(B)282.22º34.18%92.94%-
XYZ54.6244.0485.74-
YUV182.28158.88149.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=35.15%
G=25.74%
B=39.11%

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
Decimal2131562370.100.3400.07282.2269.2377.06
HexD59CEDA220711a454d
Octal325234355124207432105115
Binary1101010110011100111011011010100010011110001101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CED; }

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

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

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

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

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

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

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

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