#CFA6FC

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

Shades of Mauve #CFA6FC

Tints of Mauve #CFA6FC

Color information

#CFA6FC (or 0xCFA6FC) is unknown color: approx Mauve. HEX triplet: CF, A6 and FC. RGB value is (207,166,252). Sum of RGB (Red+Green+Blue) = 207+166+252=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FC is #305903. Grayscale: #BBBBBB. Windows color (decimal): -3168516 or 16557775. OLE color: 16557775.

HSL color Cylindrical-coordinate representation of color #CFA6FC: hue angle of 268.6º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA6FC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207166252-
CMYK0.180.3400.01
HSL268.6º93.48%81.96%-
HSV(B)268.6º34.13%98.82%-
XYZ56.9447.5798.28-
YUV188.06164.08141.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 166 (65.23% from 255) = 26.56%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=33.12%
G=26.56%
B=40.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071662520.180.3400.01268.693.4881.96
HexCFA6FC12220110d5d52
Octal317246374224201415135122
Binary110011111010011011111100100101000100110000110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6FC; }

 p { color: rgb(207,166,252); }

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

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

 a { background-color: rgb(207,166,252); }

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

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

 span { border-color: rgb(207,166,252); }

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