#C8A7FE

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

Shades of Mauve #C8A7FE

Tints of Mauve #C8A7FE

Color information

#C8A7FE (or 0xC8A7FE) is unknown color: approx Mauve. HEX triplet: C8, A7 and FE. RGB value is (200,167,254). Sum of RGB (Red+Green+Blue) = 200+167+254=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 167 (65.62% from 255 or 26.89% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7FE is #375801. Grayscale: #BABABA. Windows color (decimal): -3627010 or 16689096. OLE color: 16689096.

HSL color Cylindrical-coordinate representation of color #C8A7FE: hue angle of 262.76º 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 #C8A7FE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200167254-
CMYK0.210.3400.00
HSL262.76º97.75%82.55%-
HSV(B)262.76º34.25%99.61%-
XYZ55.5347.0799.93-
YUV186.78165.93137.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 167 (65.62% from 255) = 26.89%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=32.21%
G=26.89%
B=40.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001672540.210.3400.00262.7697.7582.55
HexC8A7FE1522001076253
Octal310247376254200407142123
Binary110010001010011111111110101011000100010000011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A7FE; }

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

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

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

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

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

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

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

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