#C49ADE

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

Shades of Wisteria #C49ADE

Tints of Wisteria #C49ADE

Color information

#C49ADE (or 0xC49ADE) is unknown color: approx Wisteria. HEX triplet: C4, 9A and DE. RGB value is (196,154,222). Sum of RGB (Red+Green+Blue) = 196+154+222=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ADE is #3B6521. Grayscale: #AEAEAE. Windows color (decimal): -3892514 or 14588612. OLE color: 14588612.

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

Color convert

RGB196154222-
CMYK0.120.3100.13
HSL277.06º50.75%73.73%-
HSV(B)277.06º30.63%87.06%-
XYZ47.5140.1274.35-
YUV174.31154.91143.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=34.27%
G=26.92%
B=38.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961542220.120.3100.13277.0650.7573.73
HexC49ADEC1F0D115334a
Octal304232336143701542563112
Binary110001001001101011011110110011111011011000101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ADE; }

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

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

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

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

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

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

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

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