#C49AD5

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

Shades of Wisteria #C49AD5

Tints of Wisteria #C49AD5

Color information

#C49AD5 (or 0xC49AD5) is unknown color: approx Wisteria. HEX triplet: C4, 9A and D5. RGB value is (196,154,213). Sum of RGB (Red+Green+Blue) = 196+154+213=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #C49AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AD5 is #3B652A. Grayscale: #ADADAD. Windows color (decimal): -3892523 or 13998788. OLE color: 13998788.

HSL color Cylindrical-coordinate representation of color #C49AD5: hue angle of 282.71º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49AD5 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196154213-
CMYK0.080.2800.16
HSL282.71º41.26%71.96%-
HSV(B)282.71º27.7%83.53%-
XYZ46.3339.6568.16-
YUV173.28150.41144.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=34.81%
G=27.35%
B=37.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961542130.080.2800.16282.7141.2671.96
HexC49AD581C01011b2948
Octal304232325103402043351110
Binary1100010010011010110101011000111000100001000110111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AD5; }

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

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

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

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

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

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

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

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