#C698FE

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

Shades of Mauve #C698FE

Tints of Mauve #C698FE

Color information

#C698FE (or 0xC698FE) is unknown color: approx Mauve. HEX triplet: C6, 98 and FE. RGB value is (198,152,254). Sum of RGB (Red+Green+Blue) = 198+152+254=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C698FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698FE is #396701. Grayscale: #B1B1B1. Windows color (decimal): -3761922 or 16685254. OLE color: 16685254.

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

Color convert

RGB198152254-
CMYK0.220.4000.00
HSL267.06º98.08%79.61%-
HSV(B)267.06º40.16%99.61%-
XYZ52.4141.6299.04-
YUV177.38171.24142.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 152 (59.77% from 255) = 25.17%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=32.78%
G=25.17%
B=42.05%

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
Decimal1981522540.220.4000.00267.0698.0879.61
HexC698FE16280010b6250
Octal306230376265000413142120
Binary110001101001100011111110101101010000010000101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698FE; }

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

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

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

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

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

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

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

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