#C49AD1

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

Shades of Wisteria #C49AD1

Tints of Wisteria #C49AD1

Color information

#C49AD1 (or 0xC49AD1) is unknown color: approx Wisteria. HEX triplet: C4, 9A and D1. RGB value is (196,154,209). Sum of RGB (Red+Green+Blue) = 196+154+209=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #C49AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AD1 is #3B652E. Grayscale: #ACACAC. Windows color (decimal): -3892527 or 13736644. OLE color: 13736644.

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

Color convert

RGB196154209-
CMYK0.060.2600.18
HSL285.82º37.41%71.18%-
HSV(B)285.82º26.32%81.96%-
XYZ45.8339.4565.52-
YUV172.83148.41144.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.06%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=35.06%
G=27.55%
B=37.39%

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
Decimal1961542090.060.2600.18285.8237.4171.18
HexC49AD161A01211e2547
Octal30423232163202243645107
Binary110001001001101011010001110110100100101000111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AD1; }

 p { color: rgb(196,154,209); }

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

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

 a { background-color: rgb(196,154,209); }

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

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

 span { border-color: rgb(196,154,209); }

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