#C49EDA

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

Shades of Wisteria #C49EDA

Tints of Wisteria #C49EDA

Color information

#C49EDA (or 0xC49EDA) is unknown color: approx Wisteria. HEX triplet: C4, 9E and DA. RGB value is (196,158,218). Sum of RGB (Red+Green+Blue) = 196+158+218=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #C49EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDA is #3B6125. Grayscale: #AFAFAF. Windows color (decimal): -3891494 or 14327492. OLE color: 14327492.

HSL color Cylindrical-coordinate representation of color #C49EDA: hue angle of 278º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49EDA is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196158218-
CMYK0.100.2800.15
HSL278º44.78%73.73%-
HSV(B)278º27.52%85.49%-
XYZ47.6541.2571.78-
YUV176.2151.59142.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=34.27%
G=27.62%
B=38.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961582180.100.2800.1527844.7873.73
HexC49EDAA1C0F1162d4a
Octal304236332123401742655112
Binary110001001001111011011010101011100011111000101101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EDA; }

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

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

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

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

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

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

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

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