#C581DD

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

Shades of Wisteria #C581DD

Tints of Wisteria #C581DD

Color information

#C581DD (or 0xC581DD) is unknown color: approx Wisteria. HEX triplet: C5, 81 and DD. RGB value is (197,129,221). Sum of RGB (Red+Green+Blue) = 197+129+221=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #C581DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581DD is #3A7E22. Grayscale: #9F9F9F. Windows color (decimal): -3833379 or 14516677. OLE color: 14516677.

HSL color Cylindrical-coordinate representation of color #C581DD: hue angle of 284.35º degrees, saturation: 0.57, 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 #C581DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197129221-
CMYK0.110.4200.13
HSL284.35º57.5%68.63%-
HSV(B)284.35º41.63%86.67%-
XYZ43.9332.7972.42-
YUV159.82162.53154.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=36.01%
G=23.58%
B=40.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971292210.110.4200.13284.3557.568.63
HexC581DDB2A0D11c3a45
Octal305201335135201543472105
Binary1100010110000001110111011011101010011011000111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581DD; }

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

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

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

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

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

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

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

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