#C996FF

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

Shades of Mauve #C996FF

Tints of Mauve #C996FF

Color information

#C996FF (or 0xC996FF) is unknown color: approx Mauve. HEX triplet: C9, 96 and FF. RGB value is (201,150,255). Sum of RGB (Red+Green+Blue) = 201+150+255=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C996FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996FF is #366900. Grayscale: #B0B0B0. Windows color (decimal): -3565825 or 16750281. OLE color: 16750281.

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

Color convert

RGB201150255-
CMYK0.210.4100
HSL269.14º100%79.41%-
HSV(B)269.14º41.18%100%-
XYZ53.0441.4599.81-
YUV177.22171.9144.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.17%
GREEN value IS 150 (58.98% from 255) = 24.75%
BLUE value IS 255 (100% from 255) = 42.08%
R=33.17%
G=24.75%
B=42.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011502550.210.4100269.1410079.41
HexC996FF15290010d644f
Octal311226377255100415144117
Binary110010011001011011111111101011010010010000110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C996FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C996FF; }

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

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

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

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

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

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

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

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