#C997FF

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

Shades of Mauve #C997FF

Tints of Mauve #C997FF

Color information

#C997FF (or 0xC997FF) is unknown color: approx Mauve. HEX triplet: C9, 97 and FF. RGB value is (201,151,255). Sum of RGB (Red+Green+Blue) = 201+151+255=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C997FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C997FF is #366800. Grayscale: #B1B1B1. Windows color (decimal): -3565569 or 16750537. OLE color: 16750537.

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

Color convert

RGB201151255-
CMYK0.210.4100
HSL268.85º100%79.61%-
HSV(B)268.85º40.78%100%-
XYZ53.241.7799.87-
YUV177.81171.56144.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 255 (100% from 255) = 42.01%
R=33.11%
G=24.88%
B=42.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011512550.210.4100268.8510079.61
HexC997FF15290010d6450
Octal311227377255100415144120
Binary110010011001011111111111101011010010010000110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C997FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C997FF; }

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

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

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

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

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

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

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

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