#C99EFB

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

Shades of Mauve #C99EFB

Tints of Mauve #C99EFB

Color information

#C99EFB (or 0xC99EFB) is unknown color: approx Mauve. HEX triplet: C9, 9E and FB. RGB value is (201,158,251). Sum of RGB (Red+Green+Blue) = 201+158+251=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #C99EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EFB is #366104. Grayscale: #B5B5B5. Windows color (decimal): -3563781 or 16490185. OLE color: 16490185.

HSL color Cylindrical-coordinate representation of color #C99EFB: hue angle of 267.74º 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 #C99EFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201158251-
CMYK0.200.3700.02
HSL267.74º92.08%80.2%-
HSV(B)267.74º37.05%98.43%-
XYZ53.7343.8496.9-
YUV181.46167.25141.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=32.95%
G=25.90%
B=41.15%

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
Decimal2011582510.200.3700.02267.7492.0880.2
HexC99EFB14250210c5c50
Octal311236373244502414134120
Binary1100100110011110111110111010010010101010000110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99EFB; }

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

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

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

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

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

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

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

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