#C49DD0

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

Shades of Wisteria #C49DD0

Tints of Wisteria #C49DD0

Color information

#C49DD0 (or 0xC49DD0) is unknown color: approx Wisteria. HEX triplet: C4, 9D and D0. RGB value is (196,157,208). Sum of RGB (Red+Green+Blue) = 196+157+208=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #C49DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD0 is #3B622F. Grayscale: #AEAEAE. Windows color (decimal): -3891760 or 13671876. OLE color: 13671876.

HSL color Cylindrical-coordinate representation of color #C49DD0: hue angle of 285.88º degrees, saturation: 0.35, 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 #C49DD0 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196157208-
CMYK0.060.2500.18
HSL285.88º35.17%71.57%-
HSV(B)285.88º24.52%81.57%-
XYZ46.2140.465.04-
YUV174.47146.92143.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=34.94%
G=27.99%
B=37.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961572080.060.2500.18285.8835.1771.57
HexC49DD061901211e2348
Octal30423532063102243643110
Binary110001001001110111010000110110010100101000111101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DD0; }

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

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

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

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

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

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

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

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