#C69FFE

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

Shades of Mauve #C69FFE

Tints of Mauve #C69FFE

Color information

#C69FFE (or 0xC69FFE) is unknown color: approx Mauve. HEX triplet: C6, 9F and FE. RGB value is (198,159,254). Sum of RGB (Red+Green+Blue) = 198+159+254=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFE is #396001. Grayscale: #B5B5B5. Windows color (decimal): -3760130 or 16687046. OLE color: 16687046.

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

Color convert

RGB198159254-
CMYK0.220.3700.00
HSL264.63º97.94%80.98%-
HSV(B)264.63º37.4%99.61%-
XYZ53.5843.9699.43-
YUV181.49168.92139.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=32.41%
G=26.02%
B=41.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981592540.220.3700.00264.6397.9480.98
HexC69FFE1625001096251
Octal306237376264500411142121
Binary110001101001111111111110101101001010010000100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FFE; }

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

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

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

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

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

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

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

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