#C6A4D9

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

Shades of Wisteria #C6A4D9

Tints of Wisteria #C6A4D9

Color information

#C6A4D9 (or 0xC6A4D9) is unknown color: approx Wisteria. HEX triplet: C6, A4 and D9. RGB value is (198,164,217). Sum of RGB (Red+Green+Blue) = 198+164+217=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6A4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4D9 is #395B26. Grayscale: #B4B4B4. Windows color (decimal): -3758887 or 14263494. OLE color: 14263494.

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

Color convert

RGB198164217-
CMYK0.090.2400.15
HSL278.49º41.09%74.71%-
HSV(B)278.49º24.42%85.1%-
XYZ49.0943.5771.47-
YUV180.21148.76140.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 217 (85.16% from 255) = 37.48%
R=34.20%
G=28.32%
B=37.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981642170.090.2400.15278.4941.0974.71
HexC6A4D99180F116294b
Octal306244331113001742651113
Binary110001101010010011011001100111000011111000101101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4D9; }

 p { color: rgb(198,164,217); }

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

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

 a { background-color: rgb(198,164,217); }

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

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

 span { border-color: rgb(198,164,217); }

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