#C49BDE

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

Shades of Wisteria #C49BDE

Tints of Wisteria #C49BDE

Color information

#C49BDE (or 0xC49BDE) is unknown color: approx Wisteria. HEX triplet: C4, 9B and DE. RGB value is (196,155,222). Sum of RGB (Red+Green+Blue) = 196+155+222=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BDE is #3B6421. Grayscale: #AEAEAE. Windows color (decimal): -3892258 or 14588868. OLE color: 14588868.

HSL color Cylindrical-coordinate representation of color #C49BDE: hue angle of 276.72º degrees, saturation: 0.5, 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 #C49BDE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196155222-
CMYK0.120.3000.13
HSL276.72º50.38%73.92%-
HSV(B)276.72º30.18%87.06%-
XYZ47.6740.4574.4-
YUV174.9154.58143.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 155 (60.94% from 255) = 27.05%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=34.21%
G=27.05%
B=38.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961552220.120.3000.13276.7250.3873.92
HexC49BDEC1E0D115324a
Octal304233336143601542562112
Binary110001001001101111011110110011110011011000101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BDE; }

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

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

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

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

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

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

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

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