#C9A9FD

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

Shades of Mauve #C9A9FD

Tints of Mauve #C9A9FD

Color information

#C9A9FD (or 0xC9A9FD) is unknown color: approx Mauve. HEX triplet: C9, A9 and FD. RGB value is (201,169,253). Sum of RGB (Red+Green+Blue) = 201+169+253=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9FD is #365602. Grayscale: #BBBBBB. Windows color (decimal): -3560963 or 16624073. OLE color: 16624073.

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

Color convert

RGB201169253-
CMYK0.210.3300.01
HSL262.86º95.45%82.75%-
HSV(B)262.86º33.2%99.22%-
XYZ5647.8999.22-
YUV188.14164.6137.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 169 (66.41% from 255) = 27.13%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=32.26%
G=27.13%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011692530.210.3300.01262.8695.4582.75
HexC9A9FD1521011075f53
Octal311251375254101407137123
Binary110010011010100111111101101011000010110000011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9FD; }

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

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

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

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

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

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

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

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