#C6A2FD

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

Shades of Mauve #C6A2FD

Tints of Mauve #C6A2FD

Color information

#C6A2FD (or 0xC6A2FD) is unknown color: approx Mauve. HEX triplet: C6, A2 and FD. RGB value is (198,162,253). Sum of RGB (Red+Green+Blue) = 198+162+253=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A2FD is #395D02. Grayscale: #B6B6B6. Windows color (decimal): -3759363 or 16622278. OLE color: 16622278.

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

Color convert

RGB198162253-
CMYK0.220.3600.01
HSL263.74º95.79%81.37%-
HSV(B)263.74º35.97%99.22%-
XYZ53.9444.9498.76-
YUV183.14167.43138.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=32.30%
G=26.43%
B=41.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981622530.220.3600.01263.7495.7981.37
HexC6A2FD1624011086051
Octal306242375264401410140121
Binary110001101010001011111101101101001000110000100011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A2FD; }

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

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

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

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

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

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

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

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