#C69DFF

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

Shades of Mauve #C69DFF

Tints of Mauve #C69DFF

Color information

#C69DFF (or 0xC69DFF) is unknown color: approx Mauve. HEX triplet: C6, 9D and FF. RGB value is (198,157,255). Sum of RGB (Red+Green+Blue) = 198+157+255=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DFF is #396200. Grayscale: #B4B4B4. Windows color (decimal): -3760641 or 16752070. OLE color: 16752070.

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

Color convert

RGB198157255-
CMYK0.220.3800
HSL265.1º100%80.78%-
HSV(B)265.1º38.43%100%-
XYZ53.443.34100.16-
YUV180.43170.08140.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 255 (100% from 255) = 41.80%
R=32.46%
G=25.74%
B=41.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981572550.220.3800265.110080.78
HexC69DFF1626001096451
Octal306235377264600411144121
Binary110001101001110111111111101101001100010000100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DFF; }

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

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

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

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

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

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

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

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