#C8ACFE

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

Shades of Mauve #C8ACFE

Tints of Mauve #C8ACFE

Color information

#C8ACFE (or 0xC8ACFE) is unknown color: approx Mauve. HEX triplet: C8, AC and FE. RGB value is (200,172,254). Sum of RGB (Red+Green+Blue) = 200+172+254=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFE is #375301. Grayscale: #BDBDBD. Windows color (decimal): -3625730 or 16690376. OLE color: 16690376.

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

Color convert

RGB200172254-
CMYK0.210.3200.00
HSL260.49º97.62%83.53%-
HSV(B)260.49º32.28%99.61%-
XYZ56.4648.94100.24-
YUV189.72164.28135.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=31.95%
G=27.48%
B=40.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001722540.210.3200.00260.4997.6283.53
HexC8ACFE1520001046254
Octal310254376254000404142124
Binary110010001010110011111110101011000000010000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACFE; }

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

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

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

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

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

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

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

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