#C49FDD

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

Shades of Wisteria #C49FDD

Tints of Wisteria #C49FDD

Color information

#C49FDD (or 0xC49FDD) is unknown color: approx Wisteria. HEX triplet: C4, 9F and DD. RGB value is (196,159,221). Sum of RGB (Red+Green+Blue) = 196+159+221=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C49FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDD is #3B6022. Grayscale: #B0B0B0. Windows color (decimal): -3891235 or 14524356. OLE color: 14524356.

HSL color Cylindrical-coordinate representation of color #C49FDD: hue angle of 275.81º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49FDD is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196159221-
CMYK0.110.2800.13
HSL275.81º47.69%74.51%-
HSV(B)275.81º28.05%86.67%-
XYZ48.2141.7573.92-
YUV177.13152.76141.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=34.03%
G=27.60%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961592210.110.2800.13275.8147.6974.51
HexC49FDDB1C0D114304b
Octal304237335133401542460113
Binary110001001001111111011101101111100011011000101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FDD; }

 p { color: rgb(196,159,221); }

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

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

 a { background-color: rgb(196,159,221); }

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

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

 span { border-color: rgb(196,159,221); }

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