#C99BFE

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

Shades of Mauve #C99BFE

Tints of Mauve #C99BFE

Color information

#C99BFE (or 0xC99BFE) is unknown color: approx Mauve. HEX triplet: C9, 9B and FE. RGB value is (201,155,254). Sum of RGB (Red+Green+Blue) = 201+155+254=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C99BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BFE is #366401. Grayscale: #B3B3B3. Windows color (decimal): -3564546 or 16686025. OLE color: 16686025.

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

Color convert

RGB201155254-
CMYK0.210.3900.00
HSL267.88º98.02%80.2%-
HSV(B)267.88º38.98%99.61%-
XYZ53.743.0299.24-
YUV180.04169.74142.95-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 155 (60.94% from 255) = 25.41%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=32.95%
G=25.41%
B=41.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011552540.210.3900.00267.8898.0280.2
HexC99BFE15270010c6250
Octal311233376254700414142120
Binary110010011001101111111110101011001110010000110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99BFE; }

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

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

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

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

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

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

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

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