#C59BDA

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

Shades of Wisteria #C59BDA

Tints of Wisteria #C59BDA

Color information

#C59BDA (or 0xC59BDA) is unknown color: approx Wisteria. HEX triplet: C5, 9B and DA. RGB value is (197,155,218). Sum of RGB (Red+Green+Blue) = 197+155+218=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C59BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDA is #3A6425. Grayscale: #AEAEAE. Windows color (decimal): -3826726 or 14326725. OLE color: 14326725.

HSL color Cylindrical-coordinate representation of color #C59BDA: hue angle of 280º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C59BDA is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197155218-
CMYK0.100.2900.15
HSL280º45.99%73.14%-
HSV(B)280º28.9%85.49%-
XYZ47.440.3771.62-
YUV174.74152.41143.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=34.56%
G=27.19%
B=38.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1971552180.100.2900.1528045.9973.14
HexC59BDAA1D0F1182e49
Octal305233332123501743056111
Binary110001011001101111011010101011101011111000110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BDA; }

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

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

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

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

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

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

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

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