#C591E1

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

Shades of Wisteria #C591E1

Tints of Wisteria #C591E1

Color information

#C591E1 (or 0xC591E1) is unknown color: approx Wisteria. HEX triplet: C5, 91 and E1. RGB value is (197,145,225). Sum of RGB (Red+Green+Blue) = 197+145+225=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 225 (88.28% from 255 or 39.68% from 567); Max value from RGB is 225 - color contains mainly: blue. Hex color #C591E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591E1 is #3A6E1E. Grayscale: #A9A9A9. Windows color (decimal): -3829279 or 14782917. OLE color: 14782917.

HSL color Cylindrical-coordinate representation of color #C591E1: hue angle of 279º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C591E1 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197145225-
CMYK0.120.3600.12
HSL279º57.14%72.55%-
HSV(B)279º35.56%88.24%-
XYZ46.7437.5676.02-
YUV169.67159.23147.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 225 (88.28% from 255) = 39.68%
R=34.74%
G=25.57%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971452250.120.3600.1227957.1472.55
HexC591E1C240C1173949
Octal305221341144401442771111
Binary1100010110010001111000011100100100011001000101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C591E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C591E1; }

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

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

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

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

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

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

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

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