#C697FD

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

Shades of Mauve #C697FD

Tints of Mauve #C697FD

Color information

#C697FD (or 0xC697FD) is unknown color: approx Mauve. HEX triplet: C6, 97 and FD. RGB value is (198,151,253). Sum of RGB (Red+Green+Blue) = 198+151+253=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #C697FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697FD is #396802. Grayscale: #B0B0B0. Windows color (decimal): -3762179 or 16619462. OLE color: 16619462.

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

Color convert

RGB198151253-
CMYK0.220.4000.01
HSL267.65º96.23%79.22%-
HSV(B)267.65º40.32%99.22%-
XYZ52.0841.2398.14-
YUV176.68171.07143.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=32.89%
G=25.08%
B=42.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981512530.220.4000.01267.6596.2379.22
HexC697FD16280110c604f
Octal306227375265001414140117
Binary110001101001011111111101101101010000110000110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C697FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C697FD; }

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

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

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

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

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

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

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

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