#C49DDB

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

Shades of Wisteria #C49DDB

Tints of Wisteria #C49DDB

Color information

#C49DDB (or 0xC49DDB) is unknown color: approx Wisteria. HEX triplet: C4, 9D and DB. RGB value is (196,157,219). Sum of RGB (Red+Green+Blue) = 196+157+219=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C49DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDB is #3B6224. Grayscale: #AFAFAF. Windows color (decimal): -3891749 or 14392772. OLE color: 14392772.

HSL color Cylindrical-coordinate representation of color #C49DDB: hue angle of 277.74º 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 #C49DDB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196157219-
CMYK0.110.2800.14
HSL277.74º46.27%73.73%-
HSV(B)277.74º28.31%85.88%-
XYZ47.6140.9672.42-
YUV175.73152.42142.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 157 (61.72% from 255) = 27.45%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=34.27%
G=27.45%
B=38.29%

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
Decimal1961572190.110.2800.14277.7446.2773.73
HexC49DDBB1C0E1162e4a
Octal304235333133401642656112
Binary110001001001110111011011101111100011101000101101011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DDB; }

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

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

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

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

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

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

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

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