#C59FDF

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

Shades of Wisteria #C59FDF

Tints of Wisteria #C59FDF

Color information

#C59FDF (or 0xC59FDF) is unknown color: approx Wisteria. HEX triplet: C5, 9F and DF. RGB value is (197,159,223). Sum of RGB (Red+Green+Blue) = 197+159+223=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #C59FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FDF is #3A6020. Grayscale: #B1B1B1. Windows color (decimal): -3825697 or 14655429. OLE color: 14655429.

HSL color Cylindrical-coordinate representation of color #C59FDF: hue angle of 275.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C59FDF is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197159223-
CMYK0.120.2900.13
HSL275.62º50%74.9%-
HSV(B)275.62º28.7%87.45%-
XYZ48.7441.9975.35-
YUV177.66153.59141.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.02%
GREEN value IS 159 (62.5% from 255) = 27.46%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=34.02%
G=27.46%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971592230.120.2900.13275.625074.9
HexC59FDFC1D0D114324b
Octal305237337143501542462113
Binary110001011001111111011111110011101011011000101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59FDF; }

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

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

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

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

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

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

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

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