#C6A0FD

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

Shades of Mauve #C6A0FD

Tints of Mauve #C6A0FD

Color information

#C6A0FD (or 0xC6A0FD) is unknown color: approx Mauve. HEX triplet: C6, A0 and FD. RGB value is (198,160,253). Sum of RGB (Red+Green+Blue) = 198+160+253=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0FD is #395F02. Grayscale: #B5B5B5. Windows color (decimal): -3759875 or 16621766. OLE color: 16621766.

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

Color convert

RGB198160253-
CMYK0.220.3700.01
HSL264.52º95.88%80.98%-
HSV(B)264.52º36.76%99.22%-
XYZ53.5944.2498.64-
YUV181.96168.09139.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 160 (62.89% from 255) = 26.19%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=32.41%
G=26.19%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981602530.220.3700.01264.5295.8880.98
HexC6A0FD1625011096051
Octal306240375264501411140121
Binary110001101010000011111101101101001010110000100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A0FD; }

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

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

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

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

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

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

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

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