#C898FF

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

Shades of Mauve #C898FF

Tints of Mauve #C898FF

Color information

#C898FF (or 0xC898FF) is unknown color: approx Mauve. HEX triplet: C8, 98 and FF. RGB value is (200,152,255). Sum of RGB (Red+Green+Blue) = 200+152+255=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C898FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C898FF is #376700. Grayscale: #B1B1B1. Windows color (decimal): -3630849 or 16750792. OLE color: 16750792.

HSL color Cylindrical-coordinate representation of color #C898FF: hue angle of 267.96º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C898FF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200152255-
CMYK0.220.4000
HSL267.96º100%79.8%-
HSV(B)267.96º40.39%100%-
XYZ53.141.9699.91-
YUV178.09171.4143.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.95%
GREEN value IS 152 (59.77% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 42.01%
R=32.95%
G=25.04%
B=42.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001522550.220.4000267.9610079.8
HexC898FF16280010c6450
Octal310230377265000414144120
Binary110010001001100011111111101101010000010000110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898FF; }

 p { color: rgb(200,152,255); }

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

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

 a { background-color: rgb(200,152,255); }

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

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

 span { border-color: rgb(200,152,255); }

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