#C99DFF

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

Shades of Mauve #C99DFF

Tints of Mauve #C99DFF

Color information

#C99DFF (or 0xC99DFF) is unknown color: approx Mauve. HEX triplet: C9, 9D and FF. RGB value is (201,157,255). Sum of RGB (Red+Green+Blue) = 201+157+255=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C99DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFF is #366200. Grayscale: #B4B4B4. Windows color (decimal): -3564033 or 16752073. OLE color: 16752073.

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

Color convert

RGB201157255-
CMYK0.210.3800
HSL266.94º100%80.78%-
HSV(B)266.94º38.43%100%-
XYZ54.1943.75100.2-
YUV181.33169.58142.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 255 (100% from 255) = 41.60%
R=32.79%
G=25.61%
B=41.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011572550.210.3800266.9410080.78
HexC99DFF15260010b6451
Octal311235377254600413144121
Binary110010011001110111111111101011001100010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DFF; }

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

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

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

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

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

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

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

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