#C997FB

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

Shades of Mauve #C997FB

Tints of Mauve #C997FB

Color information

#C997FB (or 0xC997FB) is unknown color: approx Mauve. HEX triplet: C9, 97 and FB. RGB value is (201,151,251). Sum of RGB (Red+Green+Blue) = 201+151+251=603 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.33% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C997FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FB is #366804. Grayscale: #B1B1B1. Windows color (decimal): -3565573 or 16488393. OLE color: 16488393.

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

Color convert

RGB201151251-
CMYK0.200.4000.02
HSL270º92.59%78.82%-
HSV(B)270º39.84%98.43%-
XYZ52.5741.5296.51-
YUV177.35169.56144.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=33.33%
G=25.04%
B=41.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011512510.200.4000.0227092.5978.82
HexC997FB14280210e5d4f
Octal311227373245002416135117
Binary1100100110010111111110111010010100001010000111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997FB; }

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

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

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

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

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

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

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

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