#C49BDD

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

Shades of Wisteria #C49BDD

Tints of Wisteria #C49BDD

Color information

#C49BDD (or 0xC49BDD) is unknown color: approx Wisteria. HEX triplet: C4, 9B and DD. RGB value is (196,155,221). Sum of RGB (Red+Green+Blue) = 196+155+221=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BDD is #3B6422. Grayscale: #AEAEAE. Windows color (decimal): -3892259 or 14523332. OLE color: 14523332.

HSL color Cylindrical-coordinate representation of color #C49BDD: hue angle of 277.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49BDD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196155221-
CMYK0.110.3000.13
HSL277.27º49.25%73.73%-
HSV(B)277.27º29.86%86.67%-
XYZ47.5440.473.7-
YUV174.78154.08143.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=34.27%
G=27.10%
B=38.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961552210.110.3000.13277.2749.2573.73
HexC49BDDB1E0D115314a
Octal304233335133601542561112
Binary110001001001101111011101101111110011011000101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BDD; }

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

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

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

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

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

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

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

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