#C59FDB

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

Shades of Wisteria #C59FDB

Tints of Wisteria #C59FDB

Color information

#C59FDB (or 0xC59FDB) is unknown color: approx Wisteria. HEX triplet: C5, 9F and DB. RGB value is (197,159,219). Sum of RGB (Red+Green+Blue) = 197+159+219=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FDB is #3A6024. Grayscale: #B0B0B0. Windows color (decimal): -3825701 or 14393285. OLE color: 14393285.

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

Color convert

RGB197159219-
CMYK0.100.2700.14
HSL278º45.45%74.12%-
HSV(B)278º27.4%85.88%-
XYZ48.2141.7872.54-
YUV177.2151.59142.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=34.26%
G=27.65%
B=38.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971592190.100.2700.1427845.4574.12
HexC59FDBA1B0E1162d4a
Octal305237333123301642655112
Binary110001011001111111011011101011011011101000101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59FDB; }

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

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

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

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

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

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

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

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