#C8A0FE

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

Shades of Mauve #C8A0FE

Tints of Mauve #C8A0FE

Color information

#C8A0FE (or 0xC8A0FE) is unknown color: approx Mauve. HEX triplet: C8, A0 and FE. RGB value is (200,160,254). Sum of RGB (Red+Green+Blue) = 200+160+254=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 160 (62.89% from 255 or 26.06% 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 #C8A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A0FE is #375F01. Grayscale: #B6B6B6. Windows color (decimal): -3628802 or 16687304. OLE color: 16687304.

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

Color convert

RGB200160254-
CMYK0.210.3700.00
HSL265.53º97.92%81.18%-
HSV(B)265.53º37.01%99.61%-
XYZ54.2844.5899.51-
YUV182.68168.25140.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.57%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=32.57%
G=26.06%
B=41.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001602540.210.3700.00265.5397.9281.18
HexC8A0FE15250010a6251
Octal310240376254500412142121
Binary110010001010000011111110101011001010010000101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0FE; }

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

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

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

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

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

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

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

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