#C8ABFE

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

Shades of Mauve #C8ABFE

Tints of Mauve #C8ABFE

Color information

#C8ABFE (or 0xC8ABFE) is unknown color: approx Mauve. HEX triplet: C8, AB and FE. RGB value is (200,171,254). Sum of RGB (Red+Green+Blue) = 200+171+254=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ABFE is #375401. Grayscale: #BCBCBC. Windows color (decimal): -3625986 or 16690120. OLE color: 16690120.

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

Color convert

RGB200171254-
CMYK0.210.3300.00
HSL260.96º97.65%83.33%-
HSV(B)260.96º32.68%99.61%-
XYZ56.2748.56100.17-
YUV189.13164.61135.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 171 (67.19% from 255) = 27.36%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=32%
G=27.36%
B=40.64%

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
Decimal2001712540.210.3300.00260.9697.6583.33
HexC8ABFE1521001056253
Octal310253376254100405142123
Binary110010001010101111111110101011000010010000010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ABFE; }

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

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

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

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

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

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

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

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