#C49DDF

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

Shades of Wisteria #C49DDF

Tints of Wisteria #C49DDF

Color information

#C49DDF (or 0xC49DDF) is unknown color: approx Wisteria. HEX triplet: C4, 9D and DF. RGB value is (196,157,223). Sum of RGB (Red+Green+Blue) = 196+157+223=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C49DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDF is #3B6220. Grayscale: #AFAFAF. Windows color (decimal): -3891745 or 14654916. OLE color: 14654916.

HSL color Cylindrical-coordinate representation of color #C49DDF: hue angle of 275.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49DDF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196157223-
CMYK0.120.3000.13
HSL275.45º50.77%74.51%-
HSV(B)275.45º29.6%87.45%-
XYZ48.1441.1875.22-
YUV176.18154.42142.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=34.03%
G=27.26%
B=38.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961572230.120.3000.13275.4550.7774.51
HexC49DDFC1E0D113334b
Octal304235337143601542363113
Binary110001001001110111011111110011110011011000100111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DDF; }

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

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

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

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

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

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

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

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