#C99DFA

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

Shades of Mauve #C99DFA

Tints of Mauve #C99DFA

Color information

#C99DFA (or 0xC99DFA) is unknown color: approx Mauve. HEX triplet: C9, 9D and FA. RGB value is (201,157,250). Sum of RGB (Red+Green+Blue) = 201+157+250=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DFA is #366205. Grayscale: #B4B4B4. Windows color (decimal): -3564038 or 16424393. OLE color: 16424393.

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

Color convert

RGB201157250-
CMYK0.200.3700.02
HSL268.39º90.29%79.8%-
HSV(B)268.39º37.2%98.04%-
XYZ53.443.4396.01-
YUV180.76167.08142.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 157 (61.72% from 255) = 25.82%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=33.06%
G=25.82%
B=41.12%

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
Decimal2011572500.200.3700.02268.3990.2979.8
HexC99DFA14250210c5a50
Octal311235372244502414132120
Binary1100100110011101111110101010010010101010000110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99DFA; }

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

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

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

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

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

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

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

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