#C69CFC

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

Shades of Mauve #C69CFC

Tints of Mauve #C69CFC

Color information

#C69CFC (or 0xC69CFC) is unknown color: approx Mauve. HEX triplet: C6, 9C and FC. RGB value is (198,156,252). Sum of RGB (Red+Green+Blue) = 198+156+252=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #C69CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CFC is #396303. Grayscale: #B3B3B3. Windows color (decimal): -3760900 or 16555206. OLE color: 16555206.

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

Color convert

RGB198156252-
CMYK0.210.3800.01
HSL266.25º94.12%80%-
HSV(B)266.25º38.1%98.82%-
XYZ52.7542.8197.58-
YUV179.5168.91141.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=32.67%
G=25.74%
B=41.58%

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
Decimal1981562520.210.3800.01266.2594.1280
HexC69CFC15260110a5e50
Octal306234374254601412136120
Binary110001101001110011111100101011001100110000101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CFC; }

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

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

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

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

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

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

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

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