#C591EA

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

Shades of Wisteria #C591EA

Tints of Wisteria #C591EA

Color information

#C591EA (or 0xC591EA) is unknown color: approx Wisteria. HEX triplet: C5, 91 and EA. RGB value is (197,145,234). Sum of RGB (Red+Green+Blue) = 197+145+234=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C591EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C591EA is #3A6E15. Grayscale: #AAAAAA. Windows color (decimal): -3829270 or 15372741. OLE color: 15372741.

HSL color Cylindrical-coordinate representation of color #C591EA: hue angle of 275.06º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C591EA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197145234-
CMYK0.160.3800.08
HSL275.06º67.94%74.31%-
HSV(B)275.06º38.03%91.76%-
XYZ4838.0682.66-
YUV170.69163.73146.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=34.20%
G=25.17%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971452340.160.3800.08275.0667.9474.31
HexC591EA102608113444a
Octal3052213522046010423104112
Binary110001011001000111101010100001001100100010001001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C591EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C591EA; }

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

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

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

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

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

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

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

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