#C997FC

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

Shades of Mauve #C997FC

Tints of Mauve #C997FC

Color information

#C997FC (or 0xC997FC) is unknown color: approx Mauve. HEX triplet: C9, 97 and FC. RGB value is (201,151,252). Sum of RGB (Red+Green+Blue) = 201+151+252=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #C997FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FC is #366803. Grayscale: #B1B1B1. Windows color (decimal): -3565572 or 16553929. OLE color: 16553929.

HSL color Cylindrical-coordinate representation of color #C997FC: hue angle of 269.7º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C997FC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201151252-
CMYK0.200.4000.01
HSL269.7º94.39%79.02%-
HSV(B)269.7º40.08%98.82%-
XYZ52.7241.5897.34-
YUV177.46170.06144.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.28%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=33.28%
G=25%
B=41.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011512520.200.4000.01269.794.3979.02
HexC997FC14280110e5e4f
Octal311227374245001416136117
Binary110010011001011111111100101001010000110000111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997FC; }

 p { color: rgb(201,151,252); }

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

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

 a { background-color: rgb(201,151,252); }

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

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

 span { border-color: rgb(201,151,252); }

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