#C49DD9

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

Shades of Wisteria #C49DD9

Tints of Wisteria #C49DD9

Color information

#C49DD9 (or 0xC49DD9) is unknown color: approx Wisteria. HEX triplet: C4, 9D and D9. RGB value is (196,157,217). Sum of RGB (Red+Green+Blue) = 196+157+217=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #C49DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD9 is #3B6226. Grayscale: #AFAFAF. Windows color (decimal): -3891751 or 14261700. OLE color: 14261700.

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

Color convert

RGB196157217-
CMYK0.100.2800.15
HSL279º44.12%73.33%-
HSV(B)279º27.65%85.1%-
XYZ47.3540.8671.04-
YUV175.5151.42142.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=34.39%
G=27.54%
B=38.07%

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
Decimal1961572170.100.2800.1527944.1273.33
HexC49DD9A1C0F1172c49
Octal304235331123401742754111
Binary110001001001110111011001101011100011111000101111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DD9; }

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

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

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

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

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

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

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

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