#C591DB

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

Shades of Wisteria #C591DB

Tints of Wisteria #C591DB

Color information

#C591DB (or 0xC591DB) is unknown color: approx Wisteria. HEX triplet: C5, 91 and DB. RGB value is (197,145,219). Sum of RGB (Red+Green+Blue) = 197+145+219=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C591DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591DB is #3A6E24. Grayscale: #A8A8A8. Windows color (decimal): -3829285 or 14389701. OLE color: 14389701.

HSL color Cylindrical-coordinate representation of color #C591DB: hue angle of 282.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C591DB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197145219-
CMYK0.100.3400.14
HSL282.16º50.68%71.37%-
HSV(B)282.16º33.79%85.88%-
XYZ45.9437.2471.78-
YUV168.98156.23147.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 145 (57.03% from 255) = 25.85%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=35.12%
G=25.85%
B=39.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971452190.100.3400.14282.1650.6871.37
HexC591DBA220E11a3347
Octal305221333124201643263107
Binary1100010110010001110110111010100010011101000110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C591DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C591DB; }

 p { color: rgb(197,145,219); }

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

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

 a { background-color: rgb(197,145,219); }

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

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

 span { border-color: rgb(197,145,219); }

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