#C695FE

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

Shades of Mauve #C695FE

Tints of Mauve #C695FE

Color information

#C695FE (or 0xC695FE) is unknown color: approx Mauve. HEX triplet: C6, 95 and FE. RGB value is (198,149,254). Sum of RGB (Red+Green+Blue) = 198+149+254=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #C695FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C695FE is #396A01. Grayscale: #AFAFAF. Windows color (decimal): -3762690 or 16684486. OLE color: 16684486.

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

Color convert

RGB198149254-
CMYK0.220.4100.00
HSL268º98.13%79.02%-
HSV(B)268º41.34%99.61%-
XYZ51.9340.6698.88-
YUV175.62172.23143.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.95%
GREEN value IS 149 (58.59% from 255) = 24.79%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=32.95%
G=24.79%
B=42.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981492540.220.4100.0026898.1379.02
HexC695FE16290010c624f
Octal306225376265100414142117
Binary110001101001010111111110101101010010010000110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695FE; }

 p { color: rgb(198,149,254); }

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

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

 a { background-color: rgb(198,149,254); }

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

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

 span { border-color: rgb(198,149,254); }

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