#C69DFE

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

Shades of Mauve #C69DFE

Tints of Mauve #C69DFE

Color information

#C69DFE (or 0xC69DFE) is unknown color: approx Mauve. HEX triplet: C6, 9D and FE. RGB value is (198,157,254). Sum of RGB (Red+Green+Blue) = 198+157+254=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DFE is #396201. Grayscale: #B3B3B3. Windows color (decimal): -3760642 or 16686534. OLE color: 16686534.

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

Color convert

RGB198157254-
CMYK0.220.3800.00
HSL265.36º97.98%80.59%-
HSV(B)265.36º38.19%99.61%-
XYZ53.2443.2899.31-
YUV180.32169.58140.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.51%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=32.51%
G=25.78%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981572540.220.3800.00265.3697.9880.59
HexC69DFE1626001096251
Octal306235376264600411142121
Binary110001101001110111111110101101001100010000100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DFE; }

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

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

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

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

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

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

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

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