#C998FE

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

Shades of Mauve #C998FE

Tints of Mauve #C998FE

Color information

#C998FE (or 0xC998FE) is unknown color: approx Mauve. HEX triplet: C9, 98 and FE. RGB value is (201,152,254). Sum of RGB (Red+Green+Blue) = 201+152+254=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C998FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C998FE is #366701. Grayscale: #B1B1B1. Windows color (decimal): -3565314 or 16685257. OLE color: 16685257.

HSL color Cylindrical-coordinate representation of color #C998FE: hue angle of 268.82º 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 #C998FE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201152254-
CMYK0.210.4000.00
HSL268.82º98.08%79.61%-
HSV(B)268.82º40.16%99.61%-
XYZ53.2142.0399.07-
YUV178.28170.73144.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=33.11%
G=25.04%
B=41.85%

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
Decimal2011522540.210.4000.00268.8298.0879.61
HexC998FE15280010d6250
Octal311230376255000415142120
Binary110010011001100011111110101011010000010000110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C998FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C998FE; }

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

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

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

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

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

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

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

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