#C7A1FE

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

Shades of Mauve #C7A1FE

Tints of Mauve #C7A1FE

Color information

#C7A1FE (or 0xC7A1FE) is unknown color: approx Mauve. HEX triplet: C7, A1 and FE. RGB value is (199,161,254). Sum of RGB (Red+Green+Blue) = 199+161+254=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A1FE is #385E01. Grayscale: #B6B6B6. Windows color (decimal): -3694082 or 16687559. OLE color: 16687559.

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

Color convert

RGB199161254-
CMYK0.220.3700.00
HSL264.52º97.89%81.37%-
HSV(B)264.52º36.61%99.61%-
XYZ54.1944.7999.55-
YUV182.96168.09139.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.41%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=32.41%
G=26.22%
B=41.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991612540.220.3700.00264.5297.8981.37
HexC7A1FE1625001096251
Octal307241376264500411142121
Binary110001111010000111111110101101001010010000100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A1FE; }

 p { color: rgb(199,161,254); }

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

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

 a { background-color: rgb(199,161,254); }

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

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

 span { border-color: rgb(199,161,254); }

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