#C9A2FD

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

Shades of Mauve #C9A2FD

Tints of Mauve #C9A2FD

Color information

#C9A2FD (or 0xC9A2FD) is unknown color: approx Mauve. HEX triplet: C9, A2 and FD. RGB value is (201,162,253). Sum of RGB (Red+Green+Blue) = 201+162+253=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9A2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A2FD is #365D02. Grayscale: #B7B7B7. Windows color (decimal): -3562755 or 16622281. OLE color: 16622281.

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

Color convert

RGB201162253-
CMYK0.210.3600.01
HSL265.71º95.79%81.37%-
HSV(B)265.71º35.97%99.22%-
XYZ54.7445.3598.8-
YUV184.04166.92140.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=32.63%
G=26.30%
B=41.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011622530.210.3600.01265.7195.7981.37
HexC9A2FD15240110a6051
Octal311242375254401412140121
Binary110010011010001011111101101011001000110000101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2FD; }

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

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

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

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

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

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

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

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