#C5A7FD

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

Shades of Mauve #C5A7FD

Tints of Mauve #C5A7FD

Color information

#C5A7FD (or 0xC5A7FD) is unknown color: approx Mauve. HEX triplet: C5, A7 and FD. RGB value is (197,167,253). Sum of RGB (Red+Green+Blue) = 197+167+253=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5A7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A7FD is #3A5802. Grayscale: #B9B9B9. Windows color (decimal): -3823619 or 16623557. OLE color: 16623557.

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

Color convert

RGB197167253-
CMYK0.220.3400.01
HSL260.93º95.56%82.35%-
HSV(B)260.93º33.99%99.22%-
XYZ54.5746.699.05-
YUV185.77165.94136.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=31.93%
G=27.07%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1971672530.220.3400.01260.9395.5682.35
HexC5A7FD1622011056052
Octal305247375264201405140122
Binary110001011010011111111101101101000100110000010111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A7FD; }

 p { color: rgb(197,167,253); }

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

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

 a { background-color: rgb(197,167,253); }

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

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

 span { border-color: rgb(197,167,253); }

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