#C8A9FE

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

Shades of Mauve #C8A9FE

Tints of Mauve #C8A9FE

Color information

#C8A9FE (or 0xC8A9FE) is unknown color: approx Mauve. HEX triplet: C8, A9 and FE. RGB value is (200,169,254). Sum of RGB (Red+Green+Blue) = 200+169+254=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A9FE is #375601. Grayscale: #BBBBBB. Windows color (decimal): -3626498 or 16689608. OLE color: 16689608.

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

Color convert

RGB200169254-
CMYK0.210.3300.00
HSL261.88º97.7%82.94%-
HSV(B)261.88º33.46%99.61%-
XYZ55.947.81100.05-
YUV187.96165.27136.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=32.10%
G=27.13%
B=40.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001692540.210.3300.00261.8897.782.94
HexC8A9FE1521001066253
Octal310251376254100406142123
Binary110010001010100111111110101011000010010000011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9FE; }

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

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

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

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

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

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

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

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