#C49EDB

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

Shades of Wisteria #C49EDB

Tints of Wisteria #C49EDB

Color information

#C49EDB (or 0xC49EDB) is unknown color: approx Wisteria. HEX triplet: C4, 9E and DB. RGB value is (196,158,219). Sum of RGB (Red+Green+Blue) = 196+158+219=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EDB is #3B6124. Grayscale: #B0B0B0. Windows color (decimal): -3891493 or 14393028. OLE color: 14393028.

HSL color Cylindrical-coordinate representation of color #C49EDB: hue angle of 277.38º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49EDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196158219-
CMYK0.110.2800.14
HSL277.38º45.86%73.92%-
HSV(B)277.38º27.85%85.88%-
XYZ47.7841.372.47-
YUV176.32152.09142.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=34.21%
G=27.57%
B=38.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961582190.110.2800.14277.3845.8673.92
HexC49EDBB1C0E1152e4a
Octal304236333133401642556112
Binary110001001001111011011011101111100011101000101011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EDB; }

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

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

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

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

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

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

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

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