#C49CE4

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

Shades of Wisteria #C49CE4

Tints of Wisteria #C49CE4

Color information

#C49CE4 (or 0xC49CE4) is unknown color: approx Wisteria. HEX triplet: C4, 9C and E4. RGB value is (196,156,228). Sum of RGB (Red+Green+Blue) = 196+156+228=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 228 (89.45% from 255 or 39.31% from 580); Max value from RGB is 228 - color contains mainly: blue. Hex color #C49CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CE4 is #3B631B. Grayscale: #AFAFAF. Windows color (decimal): -3891996 or 14982340. OLE color: 14982340.

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

Color convert

RGB196156228-
CMYK0.140.3200.11
HSL273.33º57.14%75.29%-
HSV(B)273.33º31.58%89.41%-
XYZ48.6641.1178.77-
YUV176.17157.25142.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 228 (89.45% from 255) = 39.31%
R=33.79%
G=26.90%
B=39.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961562280.140.3200.11273.3357.1475.29
HexC49CE4E200B111394b
Octal304234344164001342171113
Binary1100010010011100111001001110100000010111000100011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CE4; }

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

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

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

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

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

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

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

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