#C581D8

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

Shades of Wisteria #C581D8

Tints of Wisteria #C581D8

Color information

#C581D8 (or 0xC581D8) is unknown color: approx Wisteria. HEX triplet: C5, 81 and D8. RGB value is (197,129,216). Sum of RGB (Red+Green+Blue) = 197+129+216=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #C581D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581D8 is #3A7E27. Grayscale: #9E9E9E. Windows color (decimal): -3833384 or 14188997. OLE color: 14188997.

HSL color Cylindrical-coordinate representation of color #C581D8: hue angle of 286.9º 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 #C581D8 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197129216-
CMYK0.090.4000.15
HSL286.9º52.73%67.65%-
HSV(B)286.9º40.28%84.71%-
XYZ43.2732.5368.96-
YUV159.25160.03154.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 216 (84.77% from 255) = 39.85%
R=36.35%
G=23.80%
B=39.85%

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
Decimal1971292160.090.4000.15286.952.7367.65
HexC581D89280F11f3544
Octal305201330115001743765104
Binary1100010110000001110110001001101000011111000111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581D8; }

 p { color: rgb(197,129,216); }

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

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

 a { background-color: rgb(197,129,216); }

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

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

 span { border-color: rgb(197,129,216); }

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