#C49BD1

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

Shades of Wisteria #C49BD1

Tints of Wisteria #C49BD1

Color information

#C49BD1 (or 0xC49BD1) is unknown color: approx Wisteria. HEX triplet: C4, 9B and D1. RGB value is (196,155,209). Sum of RGB (Red+Green+Blue) = 196+155+209=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #C49BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD1 is #3B642E. Grayscale: #ADADAD. Windows color (decimal): -3892271 or 13736900. OLE color: 13736900.

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

Color convert

RGB196155209-
CMYK0.060.2600.18
HSL285.56º36.99%71.37%-
HSV(B)285.56º25.84%81.96%-
XYZ45.9939.7865.58-
YUV173.42148.08144.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=35%
G=27.68%
B=37.32%

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
Decimal1961552090.060.2600.18285.5636.9971.37
HexC49BD161A01211e2547
Octal30423332163202243645107
Binary110001001001101111010001110110100100101000111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BD1; }

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

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

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

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

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

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

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

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