#C496FF

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

Shades of Mauve #C496FF

Tints of Mauve #C496FF

Color information

#C496FF (or 0xC496FF) is unknown color: approx Mauve. HEX triplet: C4, 96 and FF. RGB value is (196,150,255). Sum of RGB (Red+Green+Blue) = 196+150+255=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C496FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496FF is #3B6900. Grayscale: #AFAFAF. Windows color (decimal): -3893505 or 16750276. OLE color: 16750276.

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

Color convert

RGB196150255-
CMYK0.230.4100
HSL266.29º100%79.41%-
HSV(B)266.29º41.18%100%-
XYZ51.7240.7799.75-
YUV175.72172.74142.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.61%
GREEN value IS 150 (58.98% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 42.43%
R=32.61%
G=24.96%
B=42.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961502550.230.4100266.2910079.41
HexC496FF17290010a644f
Octal304226377275100412144117
Binary110001001001011011111111101111010010010000101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496FF; }

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

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

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

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

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

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

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

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