#C582D9

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

Shades of Wisteria #C582D9

Tints of Wisteria #C582D9

Color information

#C582D9 (or 0xC582D9) is unknown color: approx Wisteria. HEX triplet: C5, 82 and D9. RGB value is (197,130,217). Sum of RGB (Red+Green+Blue) = 197+130+217=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #C582D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582D9 is #3A7D26. Grayscale: #9F9F9F. Windows color (decimal): -3833127 or 14254789. OLE color: 14254789.

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

Color convert

RGB197130217-
CMYK0.090.4000.15
HSL286.21º53.37%68.04%-
HSV(B)286.21º40.09%85.1%-
XYZ43.5332.8569.69-
YUV159.95160.2154.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=36.21%
G=23.90%
B=39.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971302170.090.4000.15286.2153.3768.04
HexC582D99280F11e3544
Octal305202331115001743665104
Binary1100010110000010110110011001101000011111000111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582D9; }

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

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

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

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

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

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

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

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