#C49ADB

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

Shades of Wisteria #C49ADB

Tints of Wisteria #C49ADB

Color information

#C49ADB (or 0xC49ADB) is unknown color: approx Wisteria. HEX triplet: C4, 9A and DB. RGB value is (196,154,219). Sum of RGB (Red+Green+Blue) = 196+154+219=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ADB is #3B6524. Grayscale: #ADADAD. Windows color (decimal): -3892517 or 14392004. OLE color: 14392004.

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

Color convert

RGB196154219-
CMYK0.110.3000.14
HSL278.77º47.45%73.14%-
HSV(B)278.77º29.68%85.88%-
XYZ47.1139.9672.25-
YUV173.97153.41143.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=34.45%
G=27.07%
B=38.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961542190.110.3000.14278.7747.4573.14
HexC49ADBB1E0E1172f49
Octal304232333133601642757111
Binary110001001001101011011011101111110011101000101111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ADB; }

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

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

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

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

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

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

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

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