#C59BDB

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

Shades of Wisteria #C59BDB

Tints of Wisteria #C59BDB

Color information

#C59BDB (or 0xC59BDB) is unknown color: approx Wisteria. HEX triplet: C5, 9B and DB. RGB value is (197,155,219). Sum of RGB (Red+Green+Blue) = 197+155+219=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDB is #3A6424. Grayscale: #AEAEAE. Windows color (decimal): -3826725 or 14392261. OLE color: 14392261.

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

Color convert

RGB197155219-
CMYK0.100.2900.14
HSL279.38º47.06%73.33%-
HSV(B)279.38º29.22%85.88%-
XYZ47.5340.4372.32-
YUV174.85152.91143.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 155 (60.94% from 255) = 27.15%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=34.50%
G=27.15%
B=38.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971552190.100.2900.14279.3847.0673.33
HexC59BDBA1D0E1172f49
Octal305233333123501642757111
Binary110001011001101111011011101011101011101000101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BDB; }

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

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

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

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

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

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

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

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