#C49BE8

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

Shades of Wisteria #C49BE8

Tints of Wisteria #C49BE8

Color information

#C49BE8 (or 0xC49BE8) is unknown color: approx Wisteria. HEX triplet: C4, 9B and E8. RGB value is (196,155,232). Sum of RGB (Red+Green+Blue) = 196+155+232=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #C49BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BE8 is #3B6417. Grayscale: #AFAFAF. Windows color (decimal): -3892248 or 15244228. OLE color: 15244228.

HSL color Cylindrical-coordinate representation of color #C49BE8: hue angle of 271.95º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49BE8 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196155232-
CMYK0.160.3300.09
HSL271.95º62.6%75.88%-
HSV(B)271.95º33.19%90.98%-
XYZ49.054181.67-
YUV176.04159.58142.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 232 (91.02% from 255) = 39.79%
R=33.62%
G=26.59%
B=39.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961552320.160.3300.09271.9562.675.88
HexC49BE81021091103f4c
Octal304233350204101142077114
Binary11000100100110111110100010000100001010011000100001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BE8; }

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

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

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

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

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

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

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

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