#C582DF

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

Shades of Wisteria #C582DF

Tints of Wisteria #C582DF

Color information

#C582DF (or 0xC582DF) is unknown color: approx Wisteria. HEX triplet: C5, 82 and DF. RGB value is (197,130,223). Sum of RGB (Red+Green+Blue) = 197+130+223=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #C582DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582DF is #3A7D20. Grayscale: #A0A0A0. Windows color (decimal): -3833121 or 14648005. OLE color: 14648005.

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

Color convert

RGB197130223-
CMYK0.120.4200.13
HSL283.23º59.24%69.22%-
HSV(B)283.23º41.7%87.45%-
XYZ44.3333.1673.88-
YUV160.64163.2153.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=35.82%
G=23.64%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971302230.120.4200.13283.2359.2469.22
HexC582DFC2A0D11b3b45
Octal305202337145201543373105
Binary1100010110000010110111111100101010011011000110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582DF; }

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

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

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

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

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

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

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

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