#C581EA

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

Shades of Wisteria #C581EA

Tints of Wisteria #C581EA

Color information

#C581EA (or 0xC581EA) is unknown color: approx Wisteria. HEX triplet: C5, 81 and EA. RGB value is (197,129,234). Sum of RGB (Red+Green+Blue) = 197+129+234=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C581EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581EA is #3A7E15. Grayscale: #A0A0A0. Windows color (decimal): -3833366 or 15368645. OLE color: 15368645.

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

Color convert

RGB197129234-
CMYK0.160.4500.08
HSL278.86º71.43%71.18%-
HSV(B)278.86º44.87%91.76%-
XYZ45.7333.5181.9-
YUV161.3169.03153.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=35.18%
G=23.04%
B=41.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971292340.160.4500.08278.8671.4371.18
HexC581EA102D081174747
Octal3052013522055010427107107
Binary110001011000000111101010100001011010100010001011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581EA; }

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

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

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

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

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

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

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

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