#C49BD4

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

Shades of Wisteria #C49BD4

Tints of Wisteria #C49BD4

Color information

#C49BD4 (or 0xC49BD4) is unknown color: approx Wisteria. HEX triplet: C4, 9B and D4. RGB value is (196,155,212). Sum of RGB (Red+Green+Blue) = 196+155+212=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #C49BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD4 is #3B642B. Grayscale: #ADADAD. Windows color (decimal): -3892268 or 13933508. OLE color: 13933508.

HSL color Cylindrical-coordinate representation of color #C49BD4: hue angle of 283.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49BD4 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196155212-
CMYK0.080.2700.17
HSL283.16º39.86%71.96%-
HSV(B)283.16º26.89%83.14%-
XYZ46.3739.9367.55-
YUV173.76149.58143.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 155 (60.94% from 255) = 27.53%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=34.81%
G=27.53%
B=37.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961552120.080.2700.17283.1639.8671.96
HexC49BD481B01111b2848
Octal304233324103302143350110
Binary1100010010011011110101001000110110100011000110111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BD4; }

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

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

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

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

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

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

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

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