#C582DD

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

Shades of Wisteria #C582DD

Tints of Wisteria #C582DD

Color information

#C582DD (or 0xC582DD) is unknown color: approx Wisteria. HEX triplet: C5, 82 and DD. RGB value is (197,130,221). Sum of RGB (Red+Green+Blue) = 197+130+221=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #C582DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582DD is #3A7D22. Grayscale: #A0A0A0. Windows color (decimal): -3833123 or 14516933. OLE color: 14516933.

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

Color convert

RGB197130221-
CMYK0.110.4100.13
HSL284.18º57.23%68.82%-
HSV(B)284.18º41.18%86.67%-
XYZ44.0633.0672.46-
YUV160.41162.2154.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=35.95%
G=23.72%
B=40.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971302210.110.4100.13284.1857.2368.82
HexC582DDB290D11c3945
Octal305202335135101543471105
Binary1100010110000010110111011011101001011011000111001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582DD; }

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

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

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

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

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

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

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

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