#C580DD

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

Shades of Wisteria #C580DD

Tints of Wisteria #C580DD

Color information

#C580DD (or 0xC580DD) is unknown color: approx Wisteria. HEX triplet: C5, 80 and DD. RGB value is (197,128,221). Sum of RGB (Red+Green+Blue) = 197+128+221=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C580DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DD is #3A7F22. Grayscale: #9E9E9E. Windows color (decimal): -3833635 or 14516421. OLE color: 14516421.

HSL color Cylindrical-coordinate representation of color #C580DD: hue angle of 284.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C580DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197128221-
CMYK0.110.4200.13
HSL284.52º57.76%68.43%-
HSV(B)284.52º42.08%86.67%-
XYZ43.832.5372.38-
YUV159.23162.86154.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=36.08%
G=23.44%
B=40.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971282210.110.4200.13284.5257.7668.43
HexC580DDB2A0D11d3a44
Octal305200335135201543572104
Binary1100010110000000110111011011101010011011000111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580DD; }

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

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

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

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

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

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

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

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