#C996FE

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

Shades of Mauve #C996FE

Tints of Mauve #C996FE

Color information

#C996FE (or 0xC996FE) is unknown color: approx Mauve. HEX triplet: C9, 96 and FE. RGB value is (201,150,254). Sum of RGB (Red+Green+Blue) = 201+150+254=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #C996FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FE is #366901. Grayscale: #B0B0B0. Windows color (decimal): -3565826 or 16684745. OLE color: 16684745.

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

Color convert

RGB201150254-
CMYK0.210.4100.00
HSL269.42º98.11%79.22%-
HSV(B)269.42º40.94%99.61%-
XYZ52.8841.3998.97-
YUV177.1171.4145.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 150 (58.98% from 255) = 24.79%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=33.22%
G=24.79%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011502540.210.4100.00269.4298.1179.22
HexC996FE15290010d624f
Octal311226376255100415142117
Binary110010011001011011111110101011010010010000110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996FE; }

 p { color: rgb(201,150,254); }

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

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

 a { background-color: rgb(201,150,254); }

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

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

 span { border-color: rgb(201,150,254); }

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