#C7A5FC

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

Shades of Mauve #C7A5FC

Tints of Mauve #C7A5FC

Color information

#C7A5FC (or 0xC7A5FC) is unknown color: approx Mauve. HEX triplet: C7, A5 and FC. RGB value is (199,165,252). Sum of RGB (Red+Green+Blue) = 199+165+252=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7A5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5FC is #385A03. Grayscale: #B8B8B8. Windows color (decimal): -3693060 or 16557511. OLE color: 16557511.

HSL color Cylindrical-coordinate representation of color #C7A5FC: hue angle of 263.45º degrees, saturation: 0.94, 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 #C7A5FC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199165252-
CMYK0.210.3500.01
HSL263.45º93.55%81.76%-
HSV(B)263.45º34.52%98.82%-
XYZ54.5846.0898.11-
YUV185.08165.76137.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 165 (64.84% from 255) = 26.79%
BLUE value IS 252 (98.83% from 255) = 40.91%
R=32.31%
G=26.79%
B=40.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991652520.210.3500.01263.4593.5581.76
HexC7A5FC1523011075e52
Octal307245374254301407136122
Binary110001111010010111111100101011000110110000011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A5FC; }

 p { color: rgb(199,165,252); }

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

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

 a { background-color: rgb(199,165,252); }

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

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

 span { border-color: rgb(199,165,252); }

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