#c580d8

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

Shades of Wisteria #C580D8

Tints of Wisteria #C580D8

Color information

#C580D8 (or 0xC580D8) is unknown color: approx Wisteria. HEX triplet: C5, 80 and D8. RGB value is (197,128,216). Sum of RGB (Red+Green+Blue) = 197+128+216=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #C580D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580D8 is #3A7F27. Grayscale: #9E9E9E. Windows color (decimal): -3833640 or 14188741. OLE color: 14188741.

HSL color Cylindrical-coordinate representation of color #C580D8: hue angle of 287.05º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C580D8 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197128216-
CMYK0.090.4100.15
HSL287.05º53.01%67.45%-
HSV(B)287.05º40.74%84.71%-
XYZ43.1432.2768.92-
YUV158.66160.36155.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.41%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=36.41%
G=23.66%
B=39.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971282160.090.4100.15287.0553.0167.45
HexC580D89290F11f3543
Octal305200330115101743765103
Binary1100010110000000110110001001101001011111000111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c580d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c580d8; }

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

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

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

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

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

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

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

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