#C9B0FD

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

Shades of Mauve #C9B0FD

Tints of Mauve #C9B0FD

Color information

#C9B0FD (or 0xC9B0FD) is unknown color: approx Mauve. HEX triplet: C9, B0 and FD. RGB value is (201,176,253). Sum of RGB (Red+Green+Blue) = 201+176+253=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9B0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0FD is #364F02. Grayscale: #BFBFBF. Windows color (decimal): -3559171 or 16625865. OLE color: 16625865.

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

Color convert

RGB201176253-
CMYK0.210.3000.01
HSL259.48º95.06%84.12%-
HSV(B)259.48º30.43%99.22%-
XYZ57.3450.5699.67-
YUV192.25162.28134.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 253 (99.22% from 255) = 40.16%
R=31.90%
G=27.94%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011762530.210.3000.01259.4895.0684.12
HexC9B0FD151E011035f54
Octal311260375253601403137124
Binary11001001101100001111110110101111100110000001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B0FD; }

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

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

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

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

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

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

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

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