#C4A7FE

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

Shades of Mauve #C4A7FE

Tints of Mauve #C4A7FE

Color information

#C4A7FE (or 0xC4A7FE) is unknown color: approx Mauve. HEX triplet: C4, A7 and FE. RGB value is (196,167,254). Sum of RGB (Red+Green+Blue) = 196+167+254=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A7FE is #3B5801. Grayscale: #B9B9B9. Windows color (decimal): -3889154 or 16689092. OLE color: 16689092.

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

Color convert

RGB196167254-
CMYK0.230.3400.00
HSL260º97.75%82.55%-
HSV(B)260º34.25%99.61%-
XYZ54.4746.5399.88-
YUV185.59166.61135.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.77%
GREEN value IS 167 (65.62% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=31.77%
G=27.07%
B=41.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961672540.230.3400.0026097.7582.55
HexC4A7FE1722001046253
Octal304247376274200404142123
Binary110001001010011111111110101111000100010000010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A7FE; }

 p { color: rgb(196,167,254); }

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

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

 a { background-color: rgb(196,167,254); }

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

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

 span { border-color: rgb(196,167,254); }

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