#C59BD2

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

Shades of Wisteria #C59BD2

Tints of Wisteria #C59BD2

Color information

#C59BD2 (or 0xC59BD2) is unknown color: approx Wisteria. HEX triplet: C5, 9B and D2. RGB value is (197,155,210). Sum of RGB (Red+Green+Blue) = 197+155+210=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BD2 is #3A642D. Grayscale: #ADADAD. Windows color (decimal): -3826734 or 13802437. OLE color: 13802437.

HSL color Cylindrical-coordinate representation of color #C59BD2: hue angle of 285.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59BD2 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197155210-
CMYK0.060.2600.18
HSL285.82º37.93%71.57%-
HSV(B)285.82º26.19%82.35%-
XYZ46.3839.9766.24-
YUV173.83148.41144.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 210 (82.42% from 255) = 37.37%
R=35.05%
G=27.58%
B=37.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971552100.060.2600.18285.8237.9371.57
HexC59BD261A01211e2648
Octal30523332263202243646110
Binary110001011001101111010010110110100100101000111101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BD2; }

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

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

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

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

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

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

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

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