#C581EB

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

Shades of Wisteria #C581EB

Tints of Wisteria #C581EB

Color information

#C581EB (or 0xC581EB) is unknown color: approx Wisteria. HEX triplet: C5, 81 and EB. RGB value is (197,129,235). Sum of RGB (Red+Green+Blue) = 197+129+235=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #C581EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581EB is #3A7E14. Grayscale: #A1A1A1. Windows color (decimal): -3833365 or 15434181. OLE color: 15434181.

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

Color convert

RGB197129235-
CMYK0.160.4500.08
HSL278.49º72.6%71.37%-
HSV(B)278.49º45.11%92.16%-
XYZ45.8733.5782.66-
YUV161.42169.53153.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=35.12%
G=22.99%
B=41.89%

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
Decimal1971292350.160.4500.08278.4972.671.37
HexC581EB102D081164947
Octal3052013532055010426111107
Binary110001011000000111101011100001011010100010001011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581EB; }

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

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

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

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

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

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

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

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