#C590EA

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

Shades of Wisteria #C590EA

Tints of Wisteria #C590EA

Color information

#C590EA (or 0xC590EA) is unknown color: approx Wisteria. HEX triplet: C5, 90 and EA. RGB value is (197,144,234). Sum of RGB (Red+Green+Blue) = 197+144+234=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #C590EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C590EA is #3A6F15. Grayscale: #A9A9A9. Windows color (decimal): -3829526 or 15372485. OLE color: 15372485.

HSL color Cylindrical-coordinate representation of color #C590EA: hue angle of 275.33º 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 #C590EA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197144234-
CMYK0.160.3800.08
HSL275.33º68.18%74.12%-
HSV(B)275.33º38.46%91.76%-
XYZ47.8537.7682.61-
YUV170.11164.06147.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=34.26%
G=25.04%
B=40.70%

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
Decimal1971442340.160.3800.08275.3368.1874.12
HexC590EA102608113444a
Octal3052203522046010423104112
Binary110001011001000011101010100001001100100010001001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590EA; }

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

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

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

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

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

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

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

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