#C49AE6

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

Shades of Wisteria #C49AE6

Tints of Wisteria #C49AE6

Color information

#C49AE6 (or 0xC49AE6) is unknown color: approx Wisteria. HEX triplet: C4, 9A and E6. RGB value is (196,154,230). Sum of RGB (Red+Green+Blue) = 196+154+230=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #C49AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AE6 is #3B6519. Grayscale: #AEAEAE. Windows color (decimal): -3892506 or 15112900. OLE color: 15112900.

HSL color Cylindrical-coordinate representation of color #C49AE6: hue angle of 273.16º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49AE6 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196154230-
CMYK0.150.3300.10
HSL273.16º60.32%75.29%-
HSV(B)273.16º33.04%90.2%-
XYZ48.640.5680.13-
YUV175.22158.91142.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 154 (60.55% from 255) = 26.55%
BLUE value IS 230 (90.23% from 255) = 39.66%
R=33.79%
G=26.55%
B=39.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961542300.150.3300.10273.1660.3275.29
HexC49AE6F210A1113c4b
Octal304232346174101242174113
Binary1100010010011010111001101111100001010101000100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AE6; }

 p { color: rgb(196,154,230); }

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

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

 a { background-color: rgb(196,154,230); }

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

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

 span { border-color: rgb(196,154,230); }

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