#C99DFB

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

Shades of Mauve #C99DFB

Tints of Mauve #C99DFB

Color information

#C99DFB (or 0xC99DFB) is unknown color: approx Mauve. HEX triplet: C9, 9D and FB. RGB value is (201,157,251). Sum of RGB (Red+Green+Blue) = 201+157+251=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C99DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFB is #366204. Grayscale: #B4B4B4. Windows color (decimal): -3564037 or 16489929. OLE color: 16489929.

HSL color Cylindrical-coordinate representation of color #C99DFB: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99DFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201157251-
CMYK0.200.3700.02
HSL268.09º92.16%80%-
HSV(B)268.09º37.45%98.43%-
XYZ53.5643.596.84-
YUV180.87167.58142.36-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=33.00%
G=25.78%
B=41.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011572510.200.3700.02268.0992.1680
HexC99DFB14250210c5c50
Octal311235373244502414134120
Binary1100100110011101111110111010010010101010000110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DFB; }

 p { color: rgb(201,157,251); }

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

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

 a { background-color: rgb(201,157,251); }

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

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

 span { border-color: rgb(201,157,251); }

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