#C999FE

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

Shades of Mauve #C999FE

Tints of Mauve #C999FE

Color information

#C999FE (or 0xC999FE) is unknown color: approx Mauve. HEX triplet: C9, 99 and FE. RGB value is (201,153,254). Sum of RGB (Red+Green+Blue) = 201+153+254=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C999FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999FE is #366601. Grayscale: #B2B2B2. Windows color (decimal): -3565058 or 16685513. OLE color: 16685513.

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

Color convert

RGB201153254-
CMYK0.210.4000.00
HSL268.51º98.06%79.8%-
HSV(B)268.51º39.76%99.61%-
XYZ53.3742.3699.13-
YUV178.87170.4143.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 153 (60.16% from 255) = 25.16%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=33.06%
G=25.16%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011532540.210.4000.00268.5198.0679.8
HexC999FE15280010d6250
Octal311231376255000415142120
Binary110010011001100111111110101011010000010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C999FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C999FE; }

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

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

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

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

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

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

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

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