#C8A4FF

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

Shades of Mauve #C8A4FF

Tints of Mauve #C8A4FF

Color information

#C8A4FF (or 0xC8A4FF) is unknown color: approx Mauve. HEX triplet: C8, A4 and FF. RGB value is (200,164,255). Sum of RGB (Red+Green+Blue) = 200+164+255=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A4FF is #375B00. Grayscale: #B8B8B8. Windows color (decimal): -3627777 or 16753864. OLE color: 16753864.

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

Color convert

RGB200164255-
CMYK0.220.3600
HSL263.74º100%82.16%-
HSV(B)263.74º35.69%100%-
XYZ55.1446.05100.59-
YUV185.14167.43138.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.31%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 41.20%
R=32.31%
G=26.49%
B=41.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001642550.220.3600263.7410082.16
HexC8A4FF1624001086452
Octal310244377264400410144122
Binary110010001010010011111111101101001000010000100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A4FF; }

 p { color: rgb(200,164,255); }

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

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

 a { background-color: rgb(200,164,255); }

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

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

 span { border-color: rgb(200,164,255); }

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