#C49BD2

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

Shades of Wisteria #C49BD2

Tints of Wisteria #C49BD2

Color information

#C49BD2 (or 0xC49BD2) is unknown color: approx Wisteria. HEX triplet: C4, 9B and D2. RGB value is (196,155,210). Sum of RGB (Red+Green+Blue) = 196+155+210=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD2 is #3B642D. Grayscale: #ADADAD. Windows color (decimal): -3892270 or 13802436. OLE color: 13802436.

HSL color Cylindrical-coordinate representation of color #C49BD2: hue angle of 284.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49BD2 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196155210-
CMYK0.070.2600.18
HSL284.73º37.93%71.57%-
HSV(B)284.73º26.19%82.35%-
XYZ46.1239.8366.23-
YUV173.53148.58144.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 210 (82.42% from 255) = 37.43%
R=34.94%
G=27.63%
B=37.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961552100.070.2600.18284.7337.9371.57
HexC49BD271A01211d2648
Octal30423332273202243546110
Binary110001001001101111010010111110100100101000111011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BD2; }

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

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

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

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

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

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

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

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