#C79BFC

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

Shades of Mauve #C79BFC

Tints of Mauve #C79BFC

Color information

#C79BFC (or 0xC79BFC) is unknown color: approx Mauve. HEX triplet: C7, 9B and FC. RGB value is (199,155,252). Sum of RGB (Red+Green+Blue) = 199+155+252=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C79BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C79BFC is #386403. Grayscale: #B2B2B2. Windows color (decimal): -3695620 or 16554951. OLE color: 16554951.

HSL color Cylindrical-coordinate representation of color #C79BFC: hue angle of 267.22º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C79BFC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199155252-
CMYK0.210.3800.01
HSL267.22º94.17%79.8%-
HSV(B)267.22º38.49%98.82%-
XYZ52.8542.6197.54-
YUV179.21169.08142.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 155 (60.94% from 255) = 25.58%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=32.84%
G=25.58%
B=41.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991552520.210.3800.01267.2294.1779.8
HexC79BFC15260110b5e50
Octal307233374254601413136120
Binary110001111001101111111100101011001100110000101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79BFC; }

 p { color: rgb(199,155,252); }

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

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

 a { background-color: rgb(199,155,252); }

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

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

 span { border-color: rgb(199,155,252); }

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