#C49CE3

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

Shades of Wisteria #C49CE3

Tints of Wisteria #C49CE3

Color information

#C49CE3 (or 0xC49CE3) is unknown color: approx Wisteria. HEX triplet: C4, 9C and E3. RGB value is (196,156,227). Sum of RGB (Red+Green+Blue) = 196+156+227=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 227 (89.06% from 255 or 39.21% from 579); Max value from RGB is 227 - color contains mainly: blue. Hex color #C49CE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CE3 is #3B631C. Grayscale: #AFAFAF. Windows color (decimal): -3891997 or 14916804. OLE color: 14916804.

HSL color Cylindrical-coordinate representation of color #C49CE3: hue angle of 273.8º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49CE3 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196156227-
CMYK0.140.3100.11
HSL273.8º55.91%75.1%-
HSV(B)273.8º31.28%89.02%-
XYZ48.5241.0678.04-
YUV176.05156.75142.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 156 (61.33% from 255) = 26.94%
BLUE value IS 227 (89.06% from 255) = 39.21%
R=33.85%
G=26.94%
B=39.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961562270.140.3100.11273.855.9175.1
HexC49CE3E1F0B112384b
Octal304234343163701342270113
Binary110001001001110011100011111011111010111000100101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CE3; }

 p { color: rgb(196,156,227); }

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

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

 a { background-color: rgb(196,156,227); }

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

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

 span { border-color: rgb(196,156,227); }

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