#C99AFD

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

Shades of Mauve #C99AFD

Tints of Mauve #C99AFD

Color information

#C99AFD (or 0xC99AFD) is unknown color: approx Mauve. HEX triplet: C9, 9A and FD. RGB value is (201,154,253). Sum of RGB (Red+Green+Blue) = 201+154+253=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #C99AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AFD is #366502. Grayscale: #B2B2B2. Windows color (decimal): -3564803 or 16620233. OLE color: 16620233.

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

Color convert

RGB201154253-
CMYK0.210.3900.01
HSL268.48º96.12%79.8%-
HSV(B)268.48º39.13%99.22%-
XYZ53.3742.6298.34-
YUV179.34169.57143.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 253 (99.22% from 255) = 41.61%
R=33.06%
G=25.33%
B=41.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011542530.210.3900.01268.4896.1279.8
HexC99AFD15270110c6050
Octal311232375254701414140120
Binary110010011001101011111101101011001110110000110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AFD; }

 p { color: rgb(201,154,253); }

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

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

 a { background-color: rgb(201,154,253); }

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

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

 span { border-color: rgb(201,154,253); }

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