#C59ADD

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

Shades of Wisteria #C59ADD

Tints of Wisteria #C59ADD

Color information

#C59ADD (or 0xC59ADD) is unknown color: approx Wisteria. HEX triplet: C5, 9A and DD. RGB value is (197,154,221). Sum of RGB (Red+Green+Blue) = 197+154+221=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C59ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ADD is #3A6522. Grayscale: #AEAEAE. Windows color (decimal): -3826979 or 14523077. OLE color: 14523077.

HSL color Cylindrical-coordinate representation of color #C59ADD: hue angle of 278.51º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59ADD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197154221-
CMYK0.110.3000.13
HSL278.51º49.63%73.53%-
HSV(B)278.51º30.32%86.67%-
XYZ47.6340.273.66-
YUV174.5154.25144.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.44%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=34.44%
G=26.92%
B=38.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971542210.110.3000.13278.5149.6373.53
HexC59ADDB1E0D117324a
Octal305232335133601542762112
Binary110001011001101011011101101111110011011000101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59ADD; }

 p { color: rgb(197,154,221); }

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

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

 a { background-color: rgb(197,154,221); }

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

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

 span { border-color: rgb(197,154,221); }

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