#C798FE

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

Shades of Mauve #C798FE

Tints of Mauve #C798FE

Color information

#C798FE (or 0xC798FE) is unknown color: approx Mauve. HEX triplet: C7, 98 and FE. RGB value is (199,152,254). Sum of RGB (Red+Green+Blue) = 199+152+254=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #C798FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798FE is #386701. Grayscale: #B1B1B1. Windows color (decimal): -3696386 or 16685255. OLE color: 16685255.

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

Color convert

RGB199152254-
CMYK0.220.4000.00
HSL267.65º98.08%79.61%-
HSV(B)267.65º40.16%99.61%-
XYZ52.6741.7599.05-
YUV177.68171.07143.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 152 (59.77% from 255) = 25.12%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=32.89%
G=25.12%
B=41.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1991522540.220.4000.00267.6598.0879.61
HexC798FE16280010c6250
Octal307230376265000414142120
Binary110001111001100011111110101101010000010000110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C798FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C798FE; }

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

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

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

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

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

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

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

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