#C798FF

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

Shades of Mauve #C798FF

Tints of Mauve #C798FF

Color information

#C798FF (or 0xC798FF) is unknown color: approx Mauve. HEX triplet: C7, 98 and FF. RGB value is (199,152,255). Sum of RGB (Red+Green+Blue) = 199+152+255=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C798FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798FF is #386700. Grayscale: #B1B1B1. Windows color (decimal): -3696385 or 16750791. OLE color: 16750791.

HSL color Cylindrical-coordinate representation of color #C798FF: hue angle of 267.38º 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 #C798FF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB199152255-
CMYK0.220.4000
HSL267.38º100%79.8%-
HSV(B)267.38º40.39%100%-
XYZ52.8341.8299.9-
YUV177.8171.57143.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 42.08%
R=32.84%
G=25.08%
B=42.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1991522550.220.4000267.3810079.8
HexC798FF16280010b6450
Octal307230377265000413144120
Binary110001111001100011111111101101010000010000101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C798FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C798FF; }

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

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

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

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

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

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

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

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