#C49ED5

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

Shades of Wisteria #C49ED5

Tints of Wisteria #C49ED5

Color information

#C49ED5 (or 0xC49ED5) is unknown color: approx Wisteria. HEX triplet: C4, 9E and D5. RGB value is (196,158,213). Sum of RGB (Red+Green+Blue) = 196+158+213=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #C49ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ED5 is #3B612A. Grayscale: #AFAFAF. Windows color (decimal): -3891499 or 13999812. OLE color: 13999812.

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

Color convert

RGB196158213-
CMYK0.080.2600.16
HSL281.45º39.57%72.75%-
HSV(B)281.45º25.82%83.53%-
XYZ4740.9968.39-
YUV175.63149.09142.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.57%
GREEN value IS 158 (62.11% from 255) = 27.87%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=34.57%
G=27.87%
B=37.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961582130.080.2600.16281.4539.5772.75
HexC49ED581A0101192849
Octal304236325103202043150111
Binary1100010010011110110101011000110100100001000110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ED5; }

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

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

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

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

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

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

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

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