#C49EE1

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

Shades of Wisteria #C49EE1

Tints of Wisteria #C49EE1

Color information

#C49EE1 (or 0xC49EE1) is unknown color: approx Wisteria. HEX triplet: C4, 9E and E1. RGB value is (196,158,225). Sum of RGB (Red+Green+Blue) = 196+158+225=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #C49EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EE1 is #3B611E. Grayscale: #B0B0B0. Windows color (decimal): -3891487 or 14786244. OLE color: 14786244.

HSL color Cylindrical-coordinate representation of color #C49EE1: hue angle of 274.03º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49EE1 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196158225-
CMYK0.130.3000.12
HSL274.03º52.76%75.1%-
HSV(B)274.03º29.78%88.24%-
XYZ48.5841.6376.71-
YUV177155.09141.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.85%
GREEN value IS 158 (62.11% from 255) = 27.29%
BLUE value IS 225 (88.28% from 255) = 38.86%
R=33.85%
G=27.29%
B=38.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961582250.130.3000.12274.0352.7675.1
HexC49EE1D1E0C112354b
Octal304236341153601442265113
Binary110001001001111011100001110111110011001000100101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EE1; }

 p { color: rgb(196,158,225); }

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

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

 a { background-color: rgb(196,158,225); }

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

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

 span { border-color: rgb(196,158,225); }

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