#C49CDC

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

Shades of Wisteria #C49CDC

Tints of Wisteria #C49CDC

Color information

#C49CDC (or 0xC49CDC) is unknown color: approx Wisteria. HEX triplet: C4, 9C and DC. RGB value is (196,156,220). Sum of RGB (Red+Green+Blue) = 196+156+220=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #C49CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDC is #3B6323. Grayscale: #AFAFAF. Windows color (decimal): -3892004 or 14458052. OLE color: 14458052.

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

Color convert

RGB196156220-
CMYK0.110.2900.14
HSL277.5º47.76%73.73%-
HSV(B)277.5º29.09%86.27%-
XYZ47.5740.6873.05-
YUV175.26153.25142.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 156 (61.33% from 255) = 27.27%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=34.27%
G=27.27%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961562200.110.2900.14277.547.7673.73
HexC49CDCB1D0E116304a
Octal304234334133501642660112
Binary110001001001110011011100101111101011101000101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CDC; }

 p { color: rgb(196,156,220); }

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

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

 a { background-color: rgb(196,156,220); }

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

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

 span { border-color: rgb(196,156,220); }

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