#C9AFFD

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

Shades of Mauve #C9AFFD

Tints of Mauve #C9AFFD

Color information

#C9AFFD (or 0xC9AFFD) is unknown color: approx Mauve. HEX triplet: C9, AF and FD. RGB value is (201,175,253). Sum of RGB (Red+Green+Blue) = 201+175+253=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 175 (68.75% from 255 or 27.82% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFD is #365002. Grayscale: #BFBFBF. Windows color (decimal): -3559427 or 16625609. OLE color: 16625609.

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

Color convert

RGB201175253-
CMYK0.210.3100.01
HSL260º95.12%83.92%-
HSV(B)260º30.83%99.22%-
XYZ57.1550.1799.6-
YUV191.67162.61134.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.96%
GREEN value IS 175 (68.75% from 255) = 27.82%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=31.96%
G=27.82%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011752530.210.3100.0126095.1283.92
HexC9AFFD151F011045f54
Octal311257375253701404137124
Binary11001001101011111111110110101111110110000010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFD; }

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

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

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

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

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

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

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

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