#C69EFF

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

Shades of Mauve #C69EFF

Tints of Mauve #C69EFF

Color information

#C69EFF (or 0xC69EFF) is unknown color: approx Mauve. HEX triplet: C6, 9E and FF. RGB value is (198,158,255). Sum of RGB (Red+Green+Blue) = 198+158+255=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFF is #396100. Grayscale: #B4B4B4. Windows color (decimal): -3760385 or 16752326. OLE color: 16752326.

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

Color convert

RGB198158255-
CMYK0.220.3800
HSL264.74º100%80.98%-
HSV(B)264.74º38.04%100%-
XYZ53.5743.68100.22-
YUV181.02169.75140.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 255 (100% from 255) = 41.73%
R=32.41%
G=25.86%
B=41.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981582550.220.3800264.7410080.98
HexC69EFF1626001096451
Octal306236377264600411144121
Binary110001101001111011111111101101001100010000100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69EFF; }

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

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

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

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

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

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

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

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