#C59BCF

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

Shades of Wisteria #C59BCF

Tints of Wisteria #C59BCF

Color information

#C59BCF (or 0xC59BCF) is unknown color: approx Wisteria. HEX triplet: C5, 9B and CF. RGB value is (197,155,207). Sum of RGB (Red+Green+Blue) = 197+155+207=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C59BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCF is #3A6430. Grayscale: #ADADAD. Windows color (decimal): -3826737 or 13605829. OLE color: 13605829.

HSL color Cylindrical-coordinate representation of color #C59BCF: hue angle of 288.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59BCF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197155207-
CMYK0.050.2500.19
HSL288.46º35.14%70.98%-
HSV(B)288.46º25.12%81.18%-
XYZ46.0139.8264.29-
YUV173.49146.91144.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=35.24%
G=27.73%
B=37.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971552070.050.2500.19288.4635.1470.98
HexC59BCF5190131202347
Octal30523331753102344043107
Binary110001011001101111001111101110010100111001000001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BCF; }

 p { color: rgb(197,155,207); }

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

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

 a { background-color: rgb(197,155,207); }

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

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

 span { border-color: rgb(197,155,207); }

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