#C49AD0

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

Shades of Wisteria #C49AD0

Tints of Wisteria #C49AD0

Color information

#C49AD0 (or 0xC49AD0) is unknown color: approx Wisteria. HEX triplet: C4, 9A and D0. RGB value is (196,154,208). Sum of RGB (Red+Green+Blue) = 196+154+208=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C49AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AD0 is #3B652F. Grayscale: #ACACAC. Windows color (decimal): -3892528 or 13671108. OLE color: 13671108.

HSL color Cylindrical-coordinate representation of color #C49AD0: hue angle of 286.67º degrees, saturation: 0.36, 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 #C49AD0 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196154208-
CMYK0.060.2600.18
HSL286.67º36.49%70.98%-
HSV(B)286.67º25.96%81.57%-
XYZ45.7139.464.87-
YUV172.71147.91144.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=35.13%
G=27.60%
B=37.28%

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
Decimal1961542080.060.2600.18286.6736.4970.98
HexC49AD061A01211f2447
Octal30423232063202243744107
Binary110001001001101011010000110110100100101000111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AD0; }

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

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

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

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

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

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

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

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