#C69BFC

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

Shades of Mauve #C69BFC

Tints of Mauve #C69BFC

Color information

#C69BFC (or 0xC69BFC) is unknown color: approx Mauve. HEX triplet: C6, 9B and FC. RGB value is (198,155,252). Sum of RGB (Red+Green+Blue) = 198+155+252=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #C69BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFC is #396403. Grayscale: #B2B2B2. Windows color (decimal): -3761156 or 16554950. OLE color: 16554950.

HSL color Cylindrical-coordinate representation of color #C69BFC: hue angle of 266.6º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69BFC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198155252-
CMYK0.210.3800.01
HSL266.6º94.17%79.8%-
HSV(B)266.6º38.49%98.82%-
XYZ52.5842.4897.52-
YUV178.92169.25141.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.73%
GREEN value IS 155 (60.94% from 255) = 25.62%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=32.73%
G=25.62%
B=41.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981552520.210.3800.01266.694.1779.8
HexC69BFC15260110b5e50
Octal306233374254601413136120
Binary110001101001101111111100101011001100110000101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BFC; }

 p { color: rgb(198,155,252); }

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

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

 a { background-color: rgb(198,155,252); }

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

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

 span { border-color: rgb(198,155,252); }

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