#C99BFC

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

Shades of Mauve #C99BFC

Tints of Mauve #C99BFC

Color information

#C99BFC (or 0xC99BFC) is unknown color: approx Mauve. HEX triplet: C9, 9B and FC. RGB value is (201,155,252). Sum of RGB (Red+Green+Blue) = 201+155+252=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #C99BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFC is #366403. Grayscale: #B3B3B3. Windows color (decimal): -3564548 or 16554953. OLE color: 16554953.

HSL color Cylindrical-coordinate representation of color #C99BFC: hue angle of 268.45º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C99BFC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201155252-
CMYK0.200.3800.01
HSL268.45º94.17%79.8%-
HSV(B)268.45º38.49%98.82%-
XYZ53.3842.8997.56-
YUV179.81168.74143.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 155 (60.94% from 255) = 25.49%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=33.06%
G=25.49%
B=41.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011552520.200.3800.01268.4594.1779.8
HexC99BFC14260110c5e50
Octal311233374244601414136120
Binary110010011001101111111100101001001100110000110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BFC; }

 p { color: rgb(201,155,252); }

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

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

 a { background-color: rgb(201,155,252); }

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

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

 span { border-color: rgb(201,155,252); }

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