#C497FF

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

Shades of Mauve #C497FF

Tints of Mauve #C497FF

Color information

#C497FF (or 0xC497FF) is unknown color: approx Mauve. HEX triplet: C4, 97 and FF. RGB value is (196,151,255). Sum of RGB (Red+Green+Blue) = 196+151+255=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #C497FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497FF is #3B6800. Grayscale: #AFAFAF. Windows color (decimal): -3893249 or 16750532. OLE color: 16750532.

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

Color convert

RGB196151255-
CMYK0.230.4100
HSL265.96º100%79.61%-
HSV(B)265.96º40.78%100%-
XYZ51.8841.0999.8-
YUV176.31172.41142.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.56%
GREEN value IS 151 (59.38% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 42.36%
R=32.56%
G=25.08%
B=42.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961512550.230.4100265.9610079.61
HexC497FF17290010a6450
Octal304227377275100412144120
Binary110001001001011111111111101111010010010000101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497FF; }

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

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

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

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

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

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

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

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