#C49BDB

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

Shades of Wisteria #C49BDB

Tints of Wisteria #C49BDB

Color information

#C49BDB (or 0xC49BDB) is unknown color: approx Wisteria. HEX triplet: C4, 9B and DB. RGB value is (196,155,219). Sum of RGB (Red+Green+Blue) = 196+155+219=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BDB is #3B6424. Grayscale: #AEAEAE. Windows color (decimal): -3892261 or 14392260. OLE color: 14392260.

HSL color Cylindrical-coordinate representation of color #C49BDB: hue angle of 278.44º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49BDB is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196155219-
CMYK0.110.2900.14
HSL278.44º47.06%73.33%-
HSV(B)278.44º29.22%85.88%-
XYZ47.2740.2972.3-
YUV174.56153.08143.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 155 (60.94% from 255) = 27.19%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=34.39%
G=27.19%
B=38.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961552190.110.2900.14278.4447.0673.33
HexC49BDBB1D0E1162f49
Octal304233333133501642657111
Binary110001001001101111011011101111101011101000101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BDB; }

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

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

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

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

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

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

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

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