#C581DB

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

Shades of Wisteria #C581DB

Tints of Wisteria #C581DB

Color information

#C581DB (or 0xC581DB) is unknown color: approx Wisteria. HEX triplet: C5, 81 and DB. RGB value is (197,129,219). Sum of RGB (Red+Green+Blue) = 197+129+219=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C581DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581DB is #3A7E24. Grayscale: #9F9F9F. Windows color (decimal): -3833381 or 14385605. OLE color: 14385605.

HSL color Cylindrical-coordinate representation of color #C581DB: hue angle of 285.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C581DB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197129219-
CMYK0.100.4100.14
HSL285.33º55.56%68.24%-
HSV(B)285.33º41.1%85.88%-
XYZ43.6632.6971.03-
YUV159.59161.53154.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=36.15%
G=23.67%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971292190.100.4100.14285.3355.5668.24
HexC581DBA290E11d3844
Octal305201333125101643570104
Binary1100010110000001110110111010101001011101000111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581DB; }

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

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

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

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

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

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

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

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