#C9B2FF

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

Shades of Mauve #C9B2FF

Tints of Mauve #C9B2FF

Color information

#C9B2FF (or 0xC9B2FF) is unknown color: approx Mauve. HEX triplet: C9, B2 and FF. RGB value is (201,178,255). Sum of RGB (Red+Green+Blue) = 201+178+255=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B2FF is #364D00. Grayscale: #C1C1C1. Windows color (decimal): -3558657 or 16757449. OLE color: 16757449.

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

Color convert

RGB201178255-
CMYK0.210.3000
HSL257.92º100%84.9%-
HSV(B)257.92º30.2%100%-
XYZ58.0651.48101.48-
YUV193.65162.62133.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.70%
GREEN value IS 178 (69.92% from 255) = 28.08%
BLUE value IS 255 (100% from 255) = 40.22%
R=31.70%
G=28.08%
B=40.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011782550.210.3000257.9210084.9
HexC9B2FF151E001026455
Octal311262377253600402144125
Binary11001001101100101111111110101111100010000001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B2FF; }

 p { color: rgb(201,178,255); }

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

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

 a { background-color: rgb(201,178,255); }

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

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

 span { border-color: rgb(201,178,255); }

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