#C49DD2

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

Shades of Wisteria #C49DD2

Tints of Wisteria #C49DD2

Color information

#C49DD2 (or 0xC49DD2) is unknown color: approx Wisteria. HEX triplet: C4, 9D and D2. RGB value is (196,157,210). Sum of RGB (Red+Green+Blue) = 196+157+210=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD2 is #3B622D. Grayscale: #AEAEAE. Windows color (decimal): -3891758 or 13802948. OLE color: 13802948.

HSL color Cylindrical-coordinate representation of color #C49DD2: hue angle of 284.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49DD2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196157210-
CMYK0.070.2500.18
HSL284.15º37.06%71.96%-
HSV(B)284.15º25.24%82.35%-
XYZ46.4540.566.34-
YUV174.7147.92143.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 157 (61.72% from 255) = 27.89%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=34.81%
G=27.89%
B=37.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961572100.070.2500.18284.1537.0671.96
HexC49DD271901211c2548
Octal30423532273102243445110
Binary110001001001110111010010111110010100101000111001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DD2; }

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

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

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

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

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

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

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

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