#C597FF

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

Shades of Mauve #C597FF

Tints of Mauve #C597FF

Color information

#C597FF (or 0xC597FF) is unknown color: approx Mauve. HEX triplet: C5, 97 and FF. RGB value is (197,151,255). Sum of RGB (Red+Green+Blue) = 197+151+255=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C597FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C597FF is #3A6800. Grayscale: #B0B0B0. Windows color (decimal): -3827713 or 16750533. OLE color: 16750533.

HSL color Cylindrical-coordinate representation of color #C597FF: hue angle of 266.54º 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 #C597FF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197151255-
CMYK0.230.4100
HSL266.54º100%79.61%-
HSV(B)266.54º40.78%100%-
XYZ52.1441.2299.82-
YUV176.61172.24142.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 42.29%
R=32.67%
G=25.04%
B=42.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971512550.230.4100266.5410079.61
HexC597FF17290010b6450
Octal305227377275100413144120
Binary110001011001011111111111101111010010010000101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C597FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C597FF; }

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

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

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

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

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

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

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

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