#C697FF

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

Shades of Mauve #C697FF

Tints of Mauve #C697FF

Color information

#C697FF (or 0xC697FF) is unknown color: approx Mauve. HEX triplet: C6, 97 and FF. RGB value is (198,151,255). Sum of RGB (Red+Green+Blue) = 198+151+255=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #C697FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FF is #396800. Grayscale: #B0B0B0. Windows color (decimal): -3762177 or 16750534. OLE color: 16750534.

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

Color convert

RGB198151255-
CMYK0.220.4100
HSL267.12º100%79.61%-
HSV(B)267.12º40.78%100%-
XYZ52.4141.3699.83-
YUV176.91172.07143.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.78%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 255 (100% from 255) = 42.22%
R=32.78%
G=25%
B=42.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981512550.220.4100267.1210079.61
HexC697FF16290010b6450
Octal306227377265100413144120
Binary110001101001011111111111101101010010010000101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697FF; }

 p { color: rgb(198,151,255); }

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

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

 a { background-color: rgb(198,151,255); }

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

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

 span { border-color: rgb(198,151,255); }

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