#C580DF

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

Shades of Wisteria #C580DF

Tints of Wisteria #C580DF

Color information

#C580DF (or 0xC580DF) is unknown color: approx Wisteria. HEX triplet: C5, 80 and DF. RGB value is (197,128,223). Sum of RGB (Red+Green+Blue) = 197+128+223=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C580DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580DF is #3A7F20. Grayscale: #9F9F9F. Windows color (decimal): -3833633 or 14647493. OLE color: 14647493.

HSL color Cylindrical-coordinate representation of color #C580DF: hue angle of 283.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C580DF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197128223-
CMYK0.120.4300.13
HSL283.58º59.75%68.82%-
HSV(B)283.58º42.6%87.45%-
XYZ44.0632.6473.79-
YUV159.46163.86154.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=35.95%
G=23.36%
B=40.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971282230.120.4300.13283.5859.7568.82
HexC580DFC2B0D11c3c45
Octal305200337145301543474105
Binary1100010110000000110111111100101011011011000111001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C580DF; }

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

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

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

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

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

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

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

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