#C580E5

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

Shades of Wisteria #C580E5

Tints of Wisteria #C580E5

Color information

#C580E5 (or 0xC580E5) is unknown color: approx Wisteria. HEX triplet: C5, 80 and E5. RGB value is (197,128,229). Sum of RGB (Red+Green+Blue) = 197+128+229=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #C580E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580E5 is #3A7F1A. Grayscale: #9F9F9F. Windows color (decimal): -3833627 or 15040709. OLE color: 15040709.

HSL color Cylindrical-coordinate representation of color #C580E5: hue angle of 280.99º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C580E5 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197128229-
CMYK0.140.4400.10
HSL280.99º66.01%70%-
HSV(B)280.99º44.1%89.8%-
XYZ44.8932.9778.13-
YUV160.14166.86154.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 229 (89.84% from 255) = 41.34%
R=35.56%
G=23.10%
B=41.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971282290.140.4400.10280.9966.0170
HexC580E5E2C0A1194246
Octal3052003451654012431102106
Binary11000101100000001110010111101011000101010001100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580E5; }

 p { color: rgb(197,128,229); }

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

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

 a { background-color: rgb(197,128,229); }

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

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

 span { border-color: rgb(197,128,229); }

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