#C69FFF

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

Shades of Mauve #C69FFF

Tints of Mauve #C69FFF

Color information

#C69FFF (or 0xC69FFF) is unknown color: approx Mauve. HEX triplet: C6, 9F and FF. RGB value is (198,159,255). Sum of RGB (Red+Green+Blue) = 198+159+255=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFF is #396000. Grayscale: #B5B5B5. Windows color (decimal): -3760129 or 16752582. OLE color: 16752582.

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

Color convert

RGB198159255-
CMYK0.220.3800
HSL264.38º100%81.18%-
HSV(B)264.38º37.65%100%-
XYZ53.7444.02100.27-
YUV181.6169.42139.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 255 (100% from 255) = 41.67%
R=32.35%
G=25.98%
B=41.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981592550.220.3800264.3810081.18
HexC69FFF1626001086451
Octal306237377264600410144121
Binary110001101001111111111111101101001100010000100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FFF; }

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

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

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

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

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

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

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

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