#C49DD8

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

Shades of Wisteria #C49DD8

Tints of Wisteria #C49DD8

Color information

#C49DD8 (or 0xC49DD8) is unknown color: approx Wisteria. HEX triplet: C4, 9D and D8. RGB value is (196,157,216). Sum of RGB (Red+Green+Blue) = 196+157+216=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #C49DD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DD8 is #3B6227. Grayscale: #AFAFAF. Windows color (decimal): -3891752 or 14196164. OLE color: 14196164.

HSL color Cylindrical-coordinate representation of color #C49DD8: hue angle of 279.66º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49DD8 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196157216-
CMYK0.090.2700.15
HSL279.66º43.07%73.14%-
HSV(B)279.66º27.31%84.71%-
XYZ47.2240.8170.35-
YUV175.39150.92142.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.45%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=34.45%
G=27.59%
B=37.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961572160.090.2700.15279.6643.0773.14
HexC49DD891B0F1182b49
Octal304235330113301743053111
Binary110001001001110111011000100111011011111000110001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49DD8; }

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

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

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

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

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

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

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

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