#C59ADC

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

Shades of Wisteria #C59ADC

Tints of Wisteria #C59ADC

Color information

#C59ADC (or 0xC59ADC) is unknown color: approx Wisteria. HEX triplet: C5, 9A and DC. RGB value is (197,154,220). Sum of RGB (Red+Green+Blue) = 197+154+220=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ADC is #3A6523. Grayscale: #AEAEAE. Windows color (decimal): -3826980 or 14457541. OLE color: 14457541.

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

Color convert

RGB197154220-
CMYK0.100.300.14
HSL279.09º48.53%73.33%-
HSV(B)279.09º30%86.27%-
XYZ47.540.1572.96-
YUV174.38153.75144.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.50%
GREEN value IS 154 (60.55% from 255) = 26.97%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=34.50%
G=26.97%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971542200.100.300.14279.0948.5373.33
HexC59ADCA1E0E1173149
Octal305232334123601642761111
Binary110001011001101011011100101011110011101000101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59ADC; }

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

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

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

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

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

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

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

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