#C49FDE

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

Shades of Wisteria #C49FDE

Tints of Wisteria #C49FDE

Color information

#C49FDE (or 0xC49FDE) is unknown color: approx Wisteria. HEX triplet: C4, 9F and DE. RGB value is (196,159,222). Sum of RGB (Red+Green+Blue) = 196+159+222=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FDE is #3B6021. Grayscale: #B1B1B1. Windows color (decimal): -3891234 or 14589892. OLE color: 14589892.

HSL color Cylindrical-coordinate representation of color #C49FDE: hue angle of 275.24º degrees, saturation: 0.49, 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 #C49FDE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196159222-
CMYK0.120.2800.13
HSL275.24º48.84%74.71%-
HSV(B)275.24º28.38%87.06%-
XYZ48.3541.8174.63-
YUV177.24153.26141.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=33.97%
G=27.56%
B=38.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961592220.120.2800.13275.2448.8474.71
HexC49FDEC1C0D113314b
Octal304237336143401542361113
Binary110001001001111111011110110011100011011000100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FDE; }

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

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

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

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

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

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

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

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