#C6A4FD

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

Shades of Mauve #C6A4FD

Tints of Mauve #C6A4FD

Color information

#C6A4FD (or 0xC6A4FD) is unknown color: approx Mauve. HEX triplet: C6, A4 and FD. RGB value is (198,164,253). Sum of RGB (Red+Green+Blue) = 198+164+253=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A4FD is #395B02. Grayscale: #B7B7B7. Windows color (decimal): -3758851 or 16622790. OLE color: 16622790.

HSL color Cylindrical-coordinate representation of color #C6A4FD: hue angle of 262.92º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6A4FD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198164253-
CMYK0.220.3500.01
HSL262.92º95.7%81.76%-
HSV(B)262.92º35.18%99.22%-
XYZ54.2945.6598.88-
YUV184.31166.76137.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.20%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=32.20%
G=26.67%
B=41.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981642530.220.3500.01262.9295.781.76
HexC6A4FD1623011076052
Octal306244375264301407140122
Binary110001101010010011111101101101000110110000011111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4FD; }

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

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

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

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

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

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

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

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